Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractServiceSetup - Class in org.eluder.coveralls.maven.plugin.service
-
Convenient base class for service setups.
- AbstractServiceSetup(Map) - Constructor for class org.eluder.coveralls.maven.plugin.service.AbstractServiceSetup
-
Instantiates a new abstract service setup.
- AbstractSourceLoader - Class in org.eluder.coveralls.maven.plugin.source
-
The Class AbstractSourceLoader.
- AbstractSourceLoader(URI, URI, Charset) - Constructor for class org.eluder.coveralls.maven.plugin.source.AbstractSourceLoader
-
Instantiates a new abstract source loader.
- AbstractXmlEventParser - Class in org.eluder.coveralls.maven.plugin.parser
-
The Class AbstractXmlEventParser.
- AbstractXmlEventParser(File, SourceLoader) - Constructor for class org.eluder.coveralls.maven.plugin.parser.AbstractXmlEventParser
-
Instantiates a new abstract xml event parser.
- add(File) - Method in class org.eluder.coveralls.maven.plugin.util.ExistingFiles
-
Adds the.
- add(SourceLoader) - Method in class org.eluder.coveralls.maven.plugin.source.MultiSourceLoader
-
Adds the.
- addAll(Iterable) - Method in class org.eluder.coveralls.maven.plugin.util.ExistingFiles
-
Adds the all.
- addBranchCoverage(int, int, int, int) - Method in class org.eluder.coveralls.maven.plugin.domain.Source
-
Adds the branch coverage.
- addCoverage(int, Integer) - Method in class org.eluder.coveralls.maven.plugin.domain.Source
-
Adds the coverage.
- addProperty(Properties, String, String) - Method in class org.eluder.coveralls.maven.plugin.service.AbstractServiceSetup
-
Adds the property.
- AFTER - Enum constant in enum org.eluder.coveralls.maven.plugin.logging.Logger.Position
-
The after.
- Appveyor - Class in org.eluder.coveralls.maven.plugin.service
-
Service implementation for Appveyor.
- Appveyor(Map) - Constructor for class org.eluder.coveralls.maven.plugin.service.Appveyor
-
Instantiates a new appveyor.
- APPVEYOR - Static variable in class org.eluder.coveralls.maven.plugin.service.Appveyor
-
The Constant APPVEYOR.
- APPVEYOR_BRANCH - Static variable in class org.eluder.coveralls.maven.plugin.service.Appveyor
-
The Constant APPVEYOR_BRANCH.
- APPVEYOR_BUILD_ID - Static variable in class org.eluder.coveralls.maven.plugin.service.Appveyor
-
The Constant APPVEYOR_BUILD_ID.
- APPVEYOR_BUILD_NUMBER - Static variable in class org.eluder.coveralls.maven.plugin.service.Appveyor
-
The Constant APPVEYOR_BUILD_NUMBER.
- APPVEYOR_COMMIT - Static variable in class org.eluder.coveralls.maven.plugin.service.Appveyor
-
The Constant APPVEYOR_COMMIT.
- APPVEYOR_NAME - Static variable in class org.eluder.coveralls.maven.plugin.service.Appveyor
-
The Constant APPVEYOR_NAME.
- APPVEYOR_PULL_REQUEST - Static variable in class org.eluder.coveralls.maven.plugin.service.Appveyor
-
The Constant APPVEYOR_PULL_REQUEST.
- APPVEYOR_REPO_NAME - Static variable in class org.eluder.coveralls.maven.plugin.service.Appveyor
-
The Constant APPVEYOR_REPO_NAME.
B
- Bamboo - Class in org.eluder.coveralls.maven.plugin.service
-
Service implementation for Atlassian Bamboo.
- Bamboo(Map) - Constructor for class org.eluder.coveralls.maven.plugin.service.Bamboo
-
Instantiates a new bamboo.
- BAMBOO_BRANCH - Static variable in class org.eluder.coveralls.maven.plugin.service.Bamboo
-
The Constant BAMBOO_BRANCH.
- BAMBOO_BUILD_NUMBER - Static variable in class org.eluder.coveralls.maven.plugin.service.Bamboo
-
The Constant BAMBOO_BUILD_NUMBER.
- BAMBOO_BUILD_URL - Static variable in class org.eluder.coveralls.maven.plugin.service.Bamboo
-
The Constant BAMBOO_BUILD_URL.
- BAMBOO_NAME - Static variable in class org.eluder.coveralls.maven.plugin.service.Bamboo
-
The Constant BAMBOO_NAME.
- BEFORE - Enum constant in enum org.eluder.coveralls.maven.plugin.logging.Logger.Position
-
The before.
- Branch - Class in org.eluder.coveralls.maven.plugin.domain
-
The Class Branch.
- Branch(int, int, int, int) - Constructor for class org.eluder.coveralls.maven.plugin.domain.Branch
-
Instantiates a new branch.
C
- ChainingSourceCallback - Class in org.eluder.coveralls.maven.plugin.source
-
Source callback handler that allows chaining multiple callback handlers.
- ChainingSourceCallback(SourceCallback) - Constructor for class org.eluder.coveralls.maven.plugin.source.ChainingSourceCallback
-
Instantiates a new chaining source callback.
- CI_BRANCH - Static variable in class org.eluder.coveralls.maven.plugin.service.General
-
The Constant CI_BRANCH.
- CI_BUILD_NUMBER - Static variable in class org.eluder.coveralls.maven.plugin.service.General
-
The Constant CI_BUILD_NUMBER.
- CI_BUILD_URL - Static variable in class org.eluder.coveralls.maven.plugin.service.General
-
The Constant CI_BUILD_URL.
- CI_NAME - Static variable in class org.eluder.coveralls.maven.plugin.service.General
-
The Constant CI_NAME.
- CI_PULL_REQUEST - Static variable in class org.eluder.coveralls.maven.plugin.service.General
-
The Constant CI_PULL_REQUEST.
- Circle - Class in org.eluder.coveralls.maven.plugin.service
-
Service implementation for CircleCI.
- Circle(Map) - Constructor for class org.eluder.coveralls.maven.plugin.service.Circle
-
Instantiates a new circle.
- CIRCLE - Static variable in class org.eluder.coveralls.maven.plugin.service.Circle
-
The Constant CIRCLE.
- CIRCLE_BRANCH - Static variable in class org.eluder.coveralls.maven.plugin.service.Circle
-
The Constant CIRCLE_BRANCH.
- CIRCLE_BUILD_NUMBER - Static variable in class org.eluder.coveralls.maven.plugin.service.Circle
-
The Constant CIRCLE_BUILD_NUMBER.
- CIRCLE_COMMIT - Static variable in class org.eluder.coveralls.maven.plugin.service.Circle
-
The Constant CIRCLE_COMMIT.
- CIRCLE_NAME - Static variable in class org.eluder.coveralls.maven.plugin.service.Circle
-
The Constant CIRCLE_NAME.
- close() - Method in class org.eluder.coveralls.maven.plugin.json.JsonWriter
- CloverParser - Class in org.eluder.coveralls.maven.plugin.parser
-
The Class CloverParser.
- CloverParser(File, SourceLoader) - Constructor for class org.eluder.coveralls.maven.plugin.parser.CloverParser
-
Instantiates a new clover parser.
- CoberturaParser - Class in org.eluder.coveralls.maven.plugin.parser
-
Deprecated, for removal: This API element is subject to removal in a future version.As Cobertura is no longer maintained, this parser may be dropped in a future release.
- CoberturaParser(File, SourceLoader) - Constructor for class org.eluder.coveralls.maven.plugin.parser.CoberturaParser
-
Deprecated.Instantiates a new cobertura parser.
- collect() - Method in class org.eluder.coveralls.maven.plugin.util.MavenProjectCollector
-
Collect.
- com.github.hazendaz.maven.coveralls_maven_plugin - package com.github.hazendaz.maven.coveralls_maven_plugin
- CoverageParser - Interface in org.eluder.coveralls.maven.plugin
-
Handles parsing of a coverage report.
- CoverageParsersFactory - Class in org.eluder.coveralls.maven.plugin.util
-
A factory for creating CoverageParsers objects.
- CoverageParsersFactory(MavenProject, SourceLoader) - Constructor for class org.eluder.coveralls.maven.plugin.util.CoverageParsersFactory
-
Instantiates a new coverage parsers factory.
- CoverageTracingLogger - Class in org.eluder.coveralls.maven.plugin.logging
-
The Class CoverageTracingLogger.
- CoverageTracingLogger(SourceCallback) - Constructor for class org.eluder.coveralls.maven.plugin.logging.CoverageTracingLogger
-
Instantiates a new coverage tracing logger.
- CoverallsClient - Class in org.eluder.coveralls.maven.plugin.httpclient
-
The Class CoverallsClient.
- CoverallsClient(String) - Constructor for class org.eluder.coveralls.maven.plugin.httpclient.CoverallsClient
-
Instantiates a new Coveralls Client.
- CoverallsClient(String, HttpClient, ObjectMapper) - Constructor for class org.eluder.coveralls.maven.plugin.httpclient.CoverallsClient
-
Instantiates a new Coveralls Client.
- CoverallsProxyClient - Class in org.eluder.coveralls.maven.plugin.httpclient
-
The Class CoverallsProxyClient.
- CoverallsProxyClient(String, Proxy) - Constructor for class org.eluder.coveralls.maven.plugin.httpclient.CoverallsProxyClient
-
Instantiates a new coveralls proxy client.
- CoverallsReportMojo - Class in org.eluder.coveralls.maven.plugin
-
The Class CoverallsReportMojo.
- CoverallsReportMojo() - Constructor for class org.eluder.coveralls.maven.plugin.CoverallsReportMojo
-
Instantiates a new coveralls report mojo.
- CoverallsResponse - Class in org.eluder.coveralls.maven.plugin.domain
-
The Class CoverallsResponse.
- CoverallsResponse(String, boolean, String) - Constructor for class org.eluder.coveralls.maven.plugin.domain.CoverallsResponse
-
Instantiates a new coveralls response.
- create(Iterable) - Static method in class org.eluder.coveralls.maven.plugin.util.ExistingFiles
-
Creates the.
- create(String) - Static method in class org.eluder.coveralls.maven.plugin.util.UrlUtils
-
Creates the.
- createCoverageParsers(SourceLoader) - Method in class org.eluder.coveralls.maven.plugin.CoverallsReportMojo
-
Creates the coverage parsers.
- createCoverallsClient() - Method in class org.eluder.coveralls.maven.plugin.CoverallsReportMojo
-
Creates the coveralls client.
- createEnvironment() - Method in class org.eluder.coveralls.maven.plugin.CoverallsReportMojo
-
Creates the environment.
- createEventReader(InputStream) - Method in class org.eluder.coveralls.maven.plugin.parser.AbstractXmlEventParser
-
Creates the event reader.
- createJob() - Method in class org.eluder.coveralls.maven.plugin.CoverallsReportMojo
-
Creates the job.
- createJsonWriter(Job) - Method in class org.eluder.coveralls.maven.plugin.CoverallsReportMojo
-
Creates the json writer.
- createParsers() - Method in class org.eluder.coveralls.maven.plugin.util.CoverageParsersFactory
-
Creates a new CoverageParsers object.
- createSourceCallbackChain(JsonWriter, List) - Method in class org.eluder.coveralls.maven.plugin.CoverallsReportMojo
-
Creates the source callback chain.
- createSourceLoader() - Method in class org.eluder.coveralls.maven.plugin.util.SourceLoaderFactory
-
Creates a new SourceLoader object.
- createSourceLoader(Job) - Method in class org.eluder.coveralls.maven.plugin.CoverallsReportMojo
-
Creates the source loader.
D
- DEFAULT_FORMAT - Static variable in class org.eluder.coveralls.maven.plugin.util.TimestampParser
-
The Constant DEFAULT_FORMAT.
- DirectorySourceLoader - Class in org.eluder.coveralls.maven.plugin.source
-
The Class DirectorySourceLoader.
- DirectorySourceLoader(File, File, Charset) - Constructor for class org.eluder.coveralls.maven.plugin.source.DirectorySourceLoader
-
Instantiates a new directory source loader.
- DryRunLogger - Class in org.eluder.coveralls.maven.plugin.logging
-
The Class DryRunLogger.
- DryRunLogger(boolean, File) - Constructor for class org.eluder.coveralls.maven.plugin.logging.DryRunLogger
-
Instantiates a new dry run logger.
E
- Environment - Class in org.eluder.coveralls.maven.plugin
-
Constructs and setups the project environment and continuous integration service.
- Environment(CoverallsReportMojo, Iterable) - Constructor for class org.eluder.coveralls.maven.plugin.Environment
-
Instantiates a new environment.
- EPOCH_MILLIS - Static variable in class org.eluder.coveralls.maven.plugin.util.TimestampParser
-
The Constant EPOCH_MILLIS.
- equals(Object) - Method in class org.eluder.coveralls.maven.plugin.domain.Source
- ERROR - Enum constant in enum org.eluder.coveralls.maven.plugin.validation.ValidationError.Level
-
The error.
- execute() - Method in class com.github.hazendaz.maven.coveralls_maven_plugin.HelpMojo
- execute() - Method in class org.eluder.coveralls.maven.plugin.CoverallsReportMojo
- ExistingFiles - Class in org.eluder.coveralls.maven.plugin.util
-
The Class ExistingFiles.
- ExistingFiles() - Constructor for class org.eluder.coveralls.maven.plugin.util.ExistingFiles
-
Instantiates a new existing files.
G
- General - Class in org.eluder.coveralls.maven.plugin.service
-
General implementation for any continuous integration service that provides the required environment properties.
- General(Map) - Constructor for class org.eluder.coveralls.maven.plugin.service.General
-
Instantiates a new general.
- getAuthorEmail() - Method in class org.eluder.coveralls.maven.plugin.domain.Git.Head
-
Gets the author email.
- getAuthorName() - Method in class org.eluder.coveralls.maven.plugin.domain.Git.Head
-
Gets the author name.
- getBaseDir() - Method in class org.eluder.coveralls.maven.plugin.domain.Git
-
Gets the base dir.
- getBlockNumber() - Method in class org.eluder.coveralls.maven.plugin.domain.Branch
-
Gets the block number.
- getBranch() - Method in class org.eluder.coveralls.maven.plugin.domain.Git
-
Gets the branch.
- getBranch() - Method in class org.eluder.coveralls.maven.plugin.domain.Job
-
Gets the branch.
- getBranch() - Method in class org.eluder.coveralls.maven.plugin.service.AbstractServiceSetup
- getBranch() - Method in class org.eluder.coveralls.maven.plugin.service.Appveyor
- getBranch() - Method in class org.eluder.coveralls.maven.plugin.service.Bamboo
- getBranch() - Method in class org.eluder.coveralls.maven.plugin.service.Circle
- getBranch() - Method in class org.eluder.coveralls.maven.plugin.service.General
- getBranch() - Method in class org.eluder.coveralls.maven.plugin.service.GitHub
- getBranch() - Method in class org.eluder.coveralls.maven.plugin.service.Jenkins
- getBranch() - Method in interface org.eluder.coveralls.maven.plugin.service.ServiceSetup
-
Gets the branch.
- getBranch() - Method in class org.eluder.coveralls.maven.plugin.service.Shippable
- getBranch() - Method in class org.eluder.coveralls.maven.plugin.service.Travis
- getBranch() - Method in class org.eluder.coveralls.maven.plugin.service.Wercker
- getBranches() - Method in class org.eluder.coveralls.maven.plugin.domain.Source
-
Gets the branches.
- getBranches() - Method in class org.eluder.coveralls.maven.plugin.logging.CoverageTracingLogger
-
Gets the branches.
- getBranchesList() - Method in class org.eluder.coveralls.maven.plugin.domain.Source
-
Gets the branches list.
- getBranchNumber() - Method in class org.eluder.coveralls.maven.plugin.domain.Branch
-
Gets the branch number.
- getBuildNumber() - Method in class org.eluder.coveralls.maven.plugin.service.AbstractServiceSetup
- getBuildNumber() - Method in class org.eluder.coveralls.maven.plugin.service.Appveyor
- getBuildNumber() - Method in class org.eluder.coveralls.maven.plugin.service.Bamboo
- getBuildNumber() - Method in class org.eluder.coveralls.maven.plugin.service.Circle
- getBuildNumber() - Method in class org.eluder.coveralls.maven.plugin.service.General
- getBuildNumber() - Method in class org.eluder.coveralls.maven.plugin.service.GitHub
- getBuildNumber() - Method in class org.eluder.coveralls.maven.plugin.service.Jenkins
- getBuildNumber() - Method in interface org.eluder.coveralls.maven.plugin.service.ServiceSetup
-
Gets the builds the number.
- getBuildNumber() - Method in class org.eluder.coveralls.maven.plugin.service.Shippable
- getBuildNumber() - Method in class org.eluder.coveralls.maven.plugin.service.Wercker
- getBuildUrl() - Method in class org.eluder.coveralls.maven.plugin.service.AbstractServiceSetup
- getBuildUrl() - Method in class org.eluder.coveralls.maven.plugin.service.Appveyor
- getBuildUrl() - Method in class org.eluder.coveralls.maven.plugin.service.Bamboo
- getBuildUrl() - Method in class org.eluder.coveralls.maven.plugin.service.General
- getBuildUrl() - Method in class org.eluder.coveralls.maven.plugin.service.GitHub
- getBuildUrl() - Method in class org.eluder.coveralls.maven.plugin.service.Jenkins
- getBuildUrl() - Method in interface org.eluder.coveralls.maven.plugin.service.ServiceSetup
-
Gets the builds the url.
- getBuildUrl() - Method in class org.eluder.coveralls.maven.plugin.service.Shippable
- getBuildUrl() - Method in class org.eluder.coveralls.maven.plugin.service.Wercker
- getClassifier() - Method in class org.eluder.coveralls.maven.plugin.domain.Source
-
Gets the classifier.
- getCommitterEmail() - Method in class org.eluder.coveralls.maven.plugin.domain.Git.Head
-
Gets the committer email.
- getCommitterName() - Method in class org.eluder.coveralls.maven.plugin.domain.Git.Head
-
Gets the committer name.
- getCoverage() - Method in class org.eluder.coveralls.maven.plugin.domain.Source
-
Gets the coverage.
- getCoverageFile() - Method in interface org.eluder.coveralls.maven.plugin.CoverageParser
-
Gets the coverage file.
- getCoverageFile() - Method in class org.eluder.coveralls.maven.plugin.parser.AbstractXmlEventParser
- getCoverallsFile() - Method in class org.eluder.coveralls.maven.plugin.json.JsonWriter
-
Gets the coveralls file.
- getCovered() - Method in class org.eluder.coveralls.maven.plugin.logging.CoverageTracingLogger
-
Gets the covered.
- getCoveredBranches() - Method in class org.eluder.coveralls.maven.plugin.logging.CoverageTracingLogger
-
Gets the covered branches.
- getDigest() - Method in class org.eluder.coveralls.maven.plugin.domain.Source
-
Gets the digest.
- getDigestHex() - Method in class org.eluder.coveralls.maven.plugin.util.Sha512DigestInputStream
-
Gets the digest hex.
- getEnvironment() - Method in class org.eluder.coveralls.maven.plugin.service.AbstractServiceSetup
- getEnvironment() - Method in class org.eluder.coveralls.maven.plugin.service.Appveyor
- getEnvironment() - Method in class org.eluder.coveralls.maven.plugin.service.Bamboo
- getEnvironment() - Method in class org.eluder.coveralls.maven.plugin.service.Circle
- getEnvironment() - Method in class org.eluder.coveralls.maven.plugin.service.GitHub
- getEnvironment() - Method in class org.eluder.coveralls.maven.plugin.service.Jenkins
- getEnvironment() - Method in interface org.eluder.coveralls.maven.plugin.service.ServiceSetup
-
Gets the environment.
- getEnvironment() - Method in class org.eluder.coveralls.maven.plugin.service.Shippable
- getEnvironment() - Method in class org.eluder.coveralls.maven.plugin.service.Travis
- getEnvironment() - Method in class org.eluder.coveralls.maven.plugin.service.Wercker
- getFileName(String) - Method in class org.eluder.coveralls.maven.plugin.source.AbstractSourceLoader
-
Gets the file name.
- getFileName(String) - Method in class org.eluder.coveralls.maven.plugin.source.ScanSourceLoader
- getFiles() - Method in class org.eluder.coveralls.maven.plugin.logging.CoverageTracingLogger
-
Gets the files.
- getFullName() - Method in class org.eluder.coveralls.maven.plugin.domain.Source
-
Gets the full name.
- getGit() - Method in class org.eluder.coveralls.maven.plugin.domain.Job
-
Gets the git.
- getHead() - Method in class org.eluder.coveralls.maven.plugin.domain.Git
-
Gets the head.
- getHits() - Method in class org.eluder.coveralls.maven.plugin.domain.Branch
-
Gets the hits.
- getId() - Method in class org.eluder.coveralls.maven.plugin.domain.Git.Head
-
Gets the id.
- getJob() - Method in class org.eluder.coveralls.maven.plugin.json.JsonWriter
-
Gets the job.
- getJobId() - Method in class org.eluder.coveralls.maven.plugin.service.AbstractServiceSetup
- getJobId() - Method in class org.eluder.coveralls.maven.plugin.service.Appveyor
- getJobId() - Method in class org.eluder.coveralls.maven.plugin.service.GitHub
- getJobId() - Method in interface org.eluder.coveralls.maven.plugin.service.ServiceSetup
-
Gets the job id.
- getJobId() - Method in class org.eluder.coveralls.maven.plugin.service.Travis
- getJobId() - Method in class org.eluder.coveralls.maven.plugin.service.Wercker
- getLevel() - Method in class org.eluder.coveralls.maven.plugin.validation.ValidationError
-
Gets the level.
- getLineNumber() - Method in class org.eluder.coveralls.maven.plugin.domain.Branch
-
Gets the line number.
- getLines() - Method in class org.eluder.coveralls.maven.plugin.logging.CoverageTracingLogger
-
Gets the lines.
- getMessage() - Method in class org.eluder.coveralls.maven.plugin.domain.CoverallsResponse
-
Gets the message.
- getMessage() - Method in class org.eluder.coveralls.maven.plugin.domain.Git.Head
-
Gets the message.
- getMessage() - Method in class org.eluder.coveralls.maven.plugin.validation.ValidationError
-
Gets the message.
- getMissed() - Method in class org.eluder.coveralls.maven.plugin.logging.CoverageTracingLogger
-
Gets the missed.
- getMissedBranches() - Method in class org.eluder.coveralls.maven.plugin.logging.CoverageTracingLogger
-
Gets the missed branches.
- getName() - Method in class org.eluder.coveralls.maven.plugin.domain.Git.Remote
-
Gets the name.
- getName() - Method in class org.eluder.coveralls.maven.plugin.domain.Source
-
Gets the name.
- getName() - Method in class org.eluder.coveralls.maven.plugin.service.Appveyor
- getName() - Method in class org.eluder.coveralls.maven.plugin.service.Bamboo
- getName() - Method in class org.eluder.coveralls.maven.plugin.service.Circle
- getName() - Method in class org.eluder.coveralls.maven.plugin.service.General
- getName() - Method in class org.eluder.coveralls.maven.plugin.service.GitHub
- getName() - Method in class org.eluder.coveralls.maven.plugin.service.Jenkins
- getName() - Method in interface org.eluder.coveralls.maven.plugin.service.ServiceSetup
-
Gets the name.
- getName() - Method in class org.eluder.coveralls.maven.plugin.service.Shippable
- getName() - Method in class org.eluder.coveralls.maven.plugin.service.Travis
- getName() - Method in class org.eluder.coveralls.maven.plugin.service.Wercker
- getPosition() - Method in class org.eluder.coveralls.maven.plugin.logging.CoverageTracingLogger
- getPosition() - Method in class org.eluder.coveralls.maven.plugin.logging.DryRunLogger
- getPosition() - Method in class org.eluder.coveralls.maven.plugin.logging.JobLogger
- getPosition() - Method in interface org.eluder.coveralls.maven.plugin.logging.Logger
-
Gets the position.
- getProperty(String) - Method in class org.eluder.coveralls.maven.plugin.service.AbstractServiceSetup
-
Gets the property.
- getPullRequest() - Method in class org.eluder.coveralls.maven.plugin.domain.Job
-
Gets the pull request.
- getPullRequest() - Method in class org.eluder.coveralls.maven.plugin.service.AbstractServiceSetup
- getPullRequest() - Method in class org.eluder.coveralls.maven.plugin.service.Appveyor
- getPullRequest() - Method in class org.eluder.coveralls.maven.plugin.service.General
- getPullRequest() - Method in class org.eluder.coveralls.maven.plugin.service.GitHub
- getPullRequest() - Method in interface org.eluder.coveralls.maven.plugin.service.ServiceSetup
-
Gets the pull request.
- getPullRequest() - Method in class org.eluder.coveralls.maven.plugin.service.Shippable
- getPullRequest() - Method in class org.eluder.coveralls.maven.plugin.service.Travis
- getPullRequest() - Method in class org.eluder.coveralls.maven.plugin.service.Wercker
- getRelevant() - Method in class org.eluder.coveralls.maven.plugin.logging.CoverageTracingLogger
-
Gets the relevant.
- getRemotes() - Method in class org.eluder.coveralls.maven.plugin.domain.Git
-
Gets the remotes.
- getRepoToken() - Method in class org.eluder.coveralls.maven.plugin.domain.Job
-
Gets the repo token.
- getServiceBuildNumber() - Method in class org.eluder.coveralls.maven.plugin.domain.Job
-
Gets the service build number.
- getServiceBuildUrl() - Method in class org.eluder.coveralls.maven.plugin.domain.Job
-
Gets the service build url.
- getServiceEnvironment() - Method in class org.eluder.coveralls.maven.plugin.domain.Job
-
Gets the service environment.
- getServiceJobId() - Method in class org.eluder.coveralls.maven.plugin.domain.Job
-
Gets the service job id.
- getServiceName() - Method in class org.eluder.coveralls.maven.plugin.domain.Job
-
Gets the service name.
- getServices() - Method in class org.eluder.coveralls.maven.plugin.CoverallsReportMojo
-
Gets the services.
- getSourceEncoding() - Method in class org.eluder.coveralls.maven.plugin.source.AbstractSourceLoader
-
Gets the source encoding.
- getTimestamp() - Method in class org.eluder.coveralls.maven.plugin.domain.Job
-
Gets the timestamp.
- getUrl() - Method in class org.eluder.coveralls.maven.plugin.domain.CoverallsResponse
-
Gets the url.
- getUrl() - Method in class org.eluder.coveralls.maven.plugin.domain.Git.Remote
-
Gets the url.
- Git - Class in org.eluder.coveralls.maven.plugin.domain
-
The Class Git.
- Git(File, Git.Head, String, List) - Constructor for class org.eluder.coveralls.maven.plugin.domain.Git
-
Instantiates a new git.
- Git.Head - Class in org.eluder.coveralls.maven.plugin.domain
-
The Class Head.
- Git.Remote - Class in org.eluder.coveralls.maven.plugin.domain
-
The Class Remote.
- GitHub - Class in org.eluder.coveralls.maven.plugin.service
-
The Class GitHub.
- GitHub(Map) - Constructor for class org.eluder.coveralls.maven.plugin.service.GitHub
-
Instantiates a new git hub.
- GITHUB - Static variable in class org.eluder.coveralls.maven.plugin.service.GitHub
-
The Constant GITHUB.
- GITHUB_ACTIONS - Static variable in class org.eluder.coveralls.maven.plugin.service.GitHub
-
The Constant GITHUB_ACTIONS.
- GITHUB_REF - Static variable in class org.eluder.coveralls.maven.plugin.service.GitHub
-
The Constant GITHUB_REF.
- GITHUB_REF_NAME - Static variable in class org.eluder.coveralls.maven.plugin.service.GitHub
-
The Constant GITHUB_REF_NAME.
- GITHUB_REPOSITORY - Static variable in class org.eluder.coveralls.maven.plugin.service.GitHub
-
The Constant GITHUB_REPOSITORY.
- GITHUB_RUN_ID - Static variable in class org.eluder.coveralls.maven.plugin.service.GitHub
-
The Constant GITHUB_RUN_ID.
- GITHUB_RUN_NUMBER - Static variable in class org.eluder.coveralls.maven.plugin.service.GitHub
-
The Constant GITHUB_RUN_NUMBER.
- GITHUB_SERVER_URL - Static variable in class org.eluder.coveralls.maven.plugin.service.GitHub
-
The Constant GITHUB_SERVER_URL.
- GitRepository - Class in org.eluder.coveralls.maven.plugin.domain
-
The Class GitRepository.
- GitRepository(File) - Constructor for class org.eluder.coveralls.maven.plugin.domain.GitRepository
-
Instantiates a new git repository.
H
- hashCode() - Method in class org.eluder.coveralls.maven.plugin.domain.Source
- Head(String, String, String, String, String, String) - Constructor for class org.eluder.coveralls.maven.plugin.domain.Git.Head
-
Instantiates a new head.
- HelpMojo - Class in com.github.hazendaz.maven.coveralls_maven_plugin
-
Display help information on coveralls-maven-plugin.
Callmvn coveralls:help -Ddetail=true -Dgoal=<goal-name>to display parameter details. - HelpMojo() - Constructor for class com.github.hazendaz.maven.coveralls_maven_plugin.HelpMojo
I
- inMethods - Variable in class org.eluder.coveralls.maven.plugin.parser.CoberturaParser
-
Deprecated.The in methods.
- inMethods - Variable in class org.eluder.coveralls.maven.plugin.parser.SagaParser
-
The in methods.
- isDryRun() - Method in class org.eluder.coveralls.maven.plugin.domain.Job
-
Checks if is dry run.
- isEndElement(XMLStreamReader, String) - Method in class org.eluder.coveralls.maven.plugin.parser.AbstractXmlEventParser
-
Checks if is end element.
- isError() - Method in class org.eluder.coveralls.maven.plugin.domain.CoverallsResponse
-
Checks if is error.
- isParallel() - Method in class org.eluder.coveralls.maven.plugin.domain.Job
-
Checks if is parallel.
- isSelected() - Method in class org.eluder.coveralls.maven.plugin.service.Appveyor
- isSelected() - Method in class org.eluder.coveralls.maven.plugin.service.Bamboo
- isSelected() - Method in class org.eluder.coveralls.maven.plugin.service.Circle
- isSelected() - Method in class org.eluder.coveralls.maven.plugin.service.General
- isSelected() - Method in class org.eluder.coveralls.maven.plugin.service.GitHub
- isSelected() - Method in class org.eluder.coveralls.maven.plugin.service.Jenkins
- isSelected() - Method in interface org.eluder.coveralls.maven.plugin.service.ServiceSetup
-
Checks if is selected.
- isSelected() - Method in class org.eluder.coveralls.maven.plugin.service.Shippable
- isSelected() - Method in class org.eluder.coveralls.maven.plugin.service.Travis
- isSelected() - Method in class org.eluder.coveralls.maven.plugin.service.Wercker
- isStartElement(XMLStreamReader, String) - Method in class org.eluder.coveralls.maven.plugin.parser.AbstractXmlEventParser
-
Checks if is start element.
- iterator() - Method in class org.eluder.coveralls.maven.plugin.util.ExistingFiles
J
- JaCoCoParser - Class in org.eluder.coveralls.maven.plugin.parser
-
The Class JaCoCoParser.
- JaCoCoParser(File, SourceLoader) - Constructor for class org.eluder.coveralls.maven.plugin.parser.JaCoCoParser
-
Instantiates a new jacoco parser.
- Jenkins - Class in org.eluder.coveralls.maven.plugin.service
-
Service implementation for Jenkins.
- Jenkins(Map) - Constructor for class org.eluder.coveralls.maven.plugin.service.Jenkins
-
Instantiates a new jenkins.
- JENKINS_BRANCH - Static variable in class org.eluder.coveralls.maven.plugin.service.Jenkins
-
The Constant JENKINS_BRANCH.
- JENKINS_BUILD_NUMBER - Static variable in class org.eluder.coveralls.maven.plugin.service.Jenkins
-
The Constant JENKINS_BUILD_NUMBER.
- JENKINS_BUILD_URL - Static variable in class org.eluder.coveralls.maven.plugin.service.Jenkins
-
The Constant JENKINS_BUILD_URL.
- JENKINS_COMMIT - Static variable in class org.eluder.coveralls.maven.plugin.service.Jenkins
-
The Constant JENKINS_COMMIT.
- JENKINS_NAME - Static variable in class org.eluder.coveralls.maven.plugin.service.Jenkins
-
The Constant JENKINS_NAME.
- JENKINS_URL - Static variable in class org.eluder.coveralls.maven.plugin.service.Jenkins
-
The Constant JENKINS_URL.
- Job - Class in org.eluder.coveralls.maven.plugin.domain
-
The Class Job.
- Job() - Constructor for class org.eluder.coveralls.maven.plugin.domain.Job
-
Instantiates a new job.
- JobLogger - Class in org.eluder.coveralls.maven.plugin.logging
-
The Class JobLogger.
- JobLogger(Job) - Constructor for class org.eluder.coveralls.maven.plugin.logging.JobLogger
-
Instantiates a new job logger.
- JobLogger(Job, ObjectMapper) - Constructor for class org.eluder.coveralls.maven.plugin.logging.JobLogger
-
Instantiates a new job logger.
- JobValidator - Class in org.eluder.coveralls.maven.plugin.validation
-
The Class JobValidator.
- JobValidator(Job) - Constructor for class org.eluder.coveralls.maven.plugin.validation.JobValidator
-
Instantiates a new job validator.
- JsonObject - Interface in org.eluder.coveralls.maven.plugin.domain
-
The Interface JsonObject.
- JsonWriter - Class in org.eluder.coveralls.maven.plugin.json
-
The Class JsonWriter.
- JsonWriter(Job, File) - Constructor for class org.eluder.coveralls.maven.plugin.json.JsonWriter
-
Instantiates a new json writer.
L
- load() - Method in class org.eluder.coveralls.maven.plugin.domain.GitRepository
-
Load.
- load(String) - Method in class org.eluder.coveralls.maven.plugin.source.AbstractSourceLoader
- load(String) - Method in class org.eluder.coveralls.maven.plugin.source.MultiSourceLoader
- load(String) - Method in interface org.eluder.coveralls.maven.plugin.source.SourceLoader
-
Load.
- loadSource(String) - Method in class org.eluder.coveralls.maven.plugin.parser.AbstractXmlEventParser
-
Load source.
- locate(String) - Method in class org.eluder.coveralls.maven.plugin.source.AbstractSourceLoader
-
Locate.
- locate(String) - Method in class org.eluder.coveralls.maven.plugin.source.DirectorySourceLoader
- locate(String) - Method in class org.eluder.coveralls.maven.plugin.source.ScanSourceLoader
- locate(String) - Method in class org.eluder.coveralls.maven.plugin.source.UrlSourceLoader
- log(Log) - Method in class org.eluder.coveralls.maven.plugin.logging.CoverageTracingLogger
- log(Log) - Method in class org.eluder.coveralls.maven.plugin.logging.DryRunLogger
- log(Log) - Method in class org.eluder.coveralls.maven.plugin.logging.JobLogger
- log(Log) - Method in interface org.eluder.coveralls.maven.plugin.logging.Logger
-
Create the log output.
- Logger - Interface in org.eluder.coveralls.maven.plugin.logging
-
The Interface Logger.
- Logger.Position - Enum in org.eluder.coveralls.maven.plugin.logging
-
Position of the log output.
M
- matches(String, String) - Static method in class org.eluder.coveralls.maven.plugin.util.Wildcards
-
Matches text against a wildcard pattern where ?
- MavenProjectCollector - Class in org.eluder.coveralls.maven.plugin.util
-
The Class MavenProjectCollector.
- MavenProjectCollector(MavenProject) - Constructor for class org.eluder.coveralls.maven.plugin.util.MavenProjectCollector
-
Instantiates a new maven project collector.
- merge(Source) - Method in class org.eluder.coveralls.maven.plugin.domain.Source
-
Merge.
- MultiSourceLoader - Class in org.eluder.coveralls.maven.plugin.source
-
The Class MultiSourceLoader.
- MultiSourceLoader() - Constructor for class org.eluder.coveralls.maven.plugin.source.MultiSourceLoader
-
Instantiates a new multi source loader.
O
- onBegin() - Method in class org.eluder.coveralls.maven.plugin.json.JsonWriter
- onBegin() - Method in class org.eluder.coveralls.maven.plugin.source.ChainingSourceCallback
- onBegin() - Method in interface org.eluder.coveralls.maven.plugin.source.SourceCallback
-
Called before source parsing has started.
- onBegin() - Method in class org.eluder.coveralls.maven.plugin.source.UniqueSourceCallback
- onBeginInternal() - Method in class org.eluder.coveralls.maven.plugin.source.ChainingSourceCallback
-
Defaults to no-op implementation.
- onComplete() - Method in class org.eluder.coveralls.maven.plugin.json.JsonWriter
- onComplete() - Method in class org.eluder.coveralls.maven.plugin.source.ChainingSourceCallback
- onComplete() - Method in interface org.eluder.coveralls.maven.plugin.source.SourceCallback
-
Called after all sources are handled.
- onComplete() - Method in class org.eluder.coveralls.maven.plugin.source.UniqueSourceCallback
- onCompleteInternal() - Method in class org.eluder.coveralls.maven.plugin.source.ChainingSourceCallback
-
Defaults to no-op implementation.
- onEvent(XMLStreamReader, SourceCallback) - Method in class org.eluder.coveralls.maven.plugin.parser.AbstractXmlEventParser
-
On event.
- onEvent(XMLStreamReader, SourceCallback) - Method in class org.eluder.coveralls.maven.plugin.parser.CloverParser
- onEvent(XMLStreamReader, SourceCallback) - Method in class org.eluder.coveralls.maven.plugin.parser.CoberturaParser
-
Deprecated.
- onEvent(XMLStreamReader, SourceCallback) - Method in class org.eluder.coveralls.maven.plugin.parser.JaCoCoParser
- onEvent(XMLStreamReader, SourceCallback) - Method in class org.eluder.coveralls.maven.plugin.parser.SagaParser
- onSource(Source) - Method in class org.eluder.coveralls.maven.plugin.json.JsonWriter
- onSource(Source) - Method in class org.eluder.coveralls.maven.plugin.source.ChainingSourceCallback
- onSource(Source) - Method in interface org.eluder.coveralls.maven.plugin.source.SourceCallback
-
Handles a parsed source file.
- onSource(Source) - Method in class org.eluder.coveralls.maven.plugin.source.UniqueSourceCallback
- onSourceInternal(Source) - Method in class org.eluder.coveralls.maven.plugin.logging.CoverageTracingLogger
- onSourceInternal(Source) - Method in class org.eluder.coveralls.maven.plugin.source.ChainingSourceCallback
-
On source internal.
- org.eluder.coveralls.maven.plugin - package org.eluder.coveralls.maven.plugin
-
Provides the main Maven plugin classes.
- org.eluder.coveralls.maven.plugin.domain - package org.eluder.coveralls.maven.plugin.domain
-
Provides domain objects used to construct the JSON payload sent to Coveralls.
- org.eluder.coveralls.maven.plugin.httpclient - package org.eluder.coveralls.maven.plugin.httpclient
-
Provides HTTP client related classes to post the coverage data to Coveralls.
- org.eluder.coveralls.maven.plugin.json - package org.eluder.coveralls.maven.plugin.json
-
Provides JSON related classes to serialize the coverage data to be sent to Coveralls.
- org.eluder.coveralls.maven.plugin.logging - package org.eluder.coveralls.maven.plugin.logging
-
Provides logging related classes to log messages to the Maven console.
- org.eluder.coveralls.maven.plugin.parser - package org.eluder.coveralls.maven.plugin.parser
-
Provides parsers for various coverage report formats.
- org.eluder.coveralls.maven.plugin.service - package org.eluder.coveralls.maven.plugin.service
-
Provides service classes to interact with Coveralls.
- org.eluder.coveralls.maven.plugin.source - package org.eluder.coveralls.maven.plugin.source
-
Provides classes to read source files for coverage reports.
- org.eluder.coveralls.maven.plugin.util - package org.eluder.coveralls.maven.plugin.util
-
Provides utilities for the plugin.
- org.eluder.coveralls.maven.plugin.validation - package org.eluder.coveralls.maven.plugin.validation
-
Provides validators for plugin configuration.
P
- parse(String) - Method in class org.eluder.coveralls.maven.plugin.util.TimestampParser
-
Parses the.
- parse(SourceCallback) - Method in interface org.eluder.coveralls.maven.plugin.CoverageParser
-
Parses a coverage report.
- parse(SourceCallback) - Method in class org.eluder.coveralls.maven.plugin.parser.AbstractXmlEventParser
- ProcessingException - Exception Class in org.eluder.coveralls.maven.plugin
-
Exception to indicate if processing of input or output data fails.
- ProcessingException() - Constructor for exception class org.eluder.coveralls.maven.plugin.ProcessingException
-
Instantiates a new processing exception.
- ProcessingException(String) - Constructor for exception class org.eluder.coveralls.maven.plugin.ProcessingException
-
Instantiates a new processing exception.
- ProcessingException(String, Throwable) - Constructor for exception class org.eluder.coveralls.maven.plugin.ProcessingException
-
Instantiates a new processing exception.
- ProcessingException(Throwable) - Constructor for exception class org.eluder.coveralls.maven.plugin.ProcessingException
-
Instantiates a new processing exception.
R
- Remote(String, String) - Constructor for class org.eluder.coveralls.maven.plugin.domain.Git.Remote
-
Instantiates a new remote.
S
- SagaParser - Class in org.eluder.coveralls.maven.plugin.parser
-
The Class SagaParser.
- SagaParser(File, SourceLoader) - Constructor for class org.eluder.coveralls.maven.plugin.parser.SagaParser
-
Instantiates a new saga parser.
- ScanSourceLoader - Class in org.eluder.coveralls.maven.plugin.source
-
The Class ScanSourceLoader.
- ScanSourceLoader(File, File, Charset) - Constructor for class org.eluder.coveralls.maven.plugin.source.ScanSourceLoader
-
Instantiates a new scan source loader.
- ServiceSetup - Interface in org.eluder.coveralls.maven.plugin.service
-
Service specific mojo properties.
- setClassifier(String) - Method in class org.eluder.coveralls.maven.plugin.domain.Source
-
Sets the classifier.
- setup() - Method in class org.eluder.coveralls.maven.plugin.Environment
-
Setup.
- Sha512DigestInputStream - Class in org.eluder.coveralls.maven.plugin.util
-
The Class Sha512DigestInputStream.
- Sha512DigestInputStream(InputStream) - Constructor for class org.eluder.coveralls.maven.plugin.util.Sha512DigestInputStream
-
Instantiates a new sha 512 digest input stream.
- Shippable - Class in org.eluder.coveralls.maven.plugin.service
-
Service implementation for Shippable.
- Shippable(Map) - Constructor for class org.eluder.coveralls.maven.plugin.service.Shippable
-
Instantiates a new shippable.
- SHIPPABLE - Static variable in class org.eluder.coveralls.maven.plugin.service.Shippable
-
The Constant SHIPPABLE.
- SHIPPABLE_BRANCH - Static variable in class org.eluder.coveralls.maven.plugin.service.Shippable
-
The Constant SHIPPABLE_BRANCH.
- SHIPPABLE_BUILD_ID - Static variable in class org.eluder.coveralls.maven.plugin.service.Shippable
-
The Constant SHIPPABLE_BUILD_ID.
- SHIPPABLE_BUILD_NUMBER - Static variable in class org.eluder.coveralls.maven.plugin.service.Shippable
-
The Constant SHIPPABLE_BUILD_NUMBER.
- SHIPPABLE_COMMIT - Static variable in class org.eluder.coveralls.maven.plugin.service.Shippable
-
The Constant SHIPPABLE_COMMIT.
- SHIPPABLE_NAME - Static variable in class org.eluder.coveralls.maven.plugin.service.Shippable
-
The Constant SHIPPABLE_NAME.
- SHIPPABLE_PULL_REQUEST - Static variable in class org.eluder.coveralls.maven.plugin.service.Shippable
-
The Constant SHIPPABLE_PULL_REQUEST.
- source - Variable in class org.eluder.coveralls.maven.plugin.parser.CoberturaParser
-
Deprecated.The source.
- source - Variable in class org.eluder.coveralls.maven.plugin.parser.SagaParser
-
The source.
- Source - Class in org.eluder.coveralls.maven.plugin.domain
-
The Class Source.
- Source(String, int, String, String) - Constructor for class org.eluder.coveralls.maven.plugin.domain.Source
-
Instantiates a new source.
- Source(String, String, String) - Constructor for class org.eluder.coveralls.maven.plugin.domain.Source
-
Instantiates a new source.
- SourceCallback - Interface in org.eluder.coveralls.maven.plugin.source
-
Source callback handles parsed source files from coverage reports.
- SourceLoader - Interface in org.eluder.coveralls.maven.plugin.source
-
The Interface SourceLoader.
- SourceLoaderFactory - Class in org.eluder.coveralls.maven.plugin.util
-
A factory for creating SourceLoader objects.
- SourceLoaderFactory(File, MavenProject, Charset) - Constructor for class org.eluder.coveralls.maven.plugin.util.SourceLoaderFactory
-
Instantiates a new source loader factory.
- submit(File) - Method in class org.eluder.coveralls.maven.plugin.httpclient.CoverallsClient
-
Submit a coveralls json file to the API.
T
- throwOrInform(Log) - Method in class org.eluder.coveralls.maven.plugin.validation.ValidationErrors
-
Throw or inform.
- TIMESTAMP_FORMAT - Static variable in class org.eluder.coveralls.maven.plugin.json.JsonWriter
-
The Constant TIMESTAMP_FORMAT.
- TimestampParser - Class in org.eluder.coveralls.maven.plugin.util
-
The Class TimestampParser.
- TimestampParser(String) - Constructor for class org.eluder.coveralls.maven.plugin.util.TimestampParser
-
Instantiates a new timestamp parser.
- toParsers(Function) - Method in class org.eluder.coveralls.maven.plugin.util.ExistingFiles
-
Converts existing files to a list of CoverageParser using the provided function.
- toString() - Method in class org.eluder.coveralls.maven.plugin.validation.ValidationError
- toUri(URL) - Static method in class org.eluder.coveralls.maven.plugin.util.UrlUtils
-
To uri.
- Travis - Class in org.eluder.coveralls.maven.plugin.service
-
Service implementation for Travis CI.
- Travis(Map) - Constructor for class org.eluder.coveralls.maven.plugin.service.Travis
-
Instantiates a new travis.
- TRAVIS - Static variable in class org.eluder.coveralls.maven.plugin.service.Travis
-
The Constant TRAVIS.
- TRAVIS_BRANCH - Static variable in class org.eluder.coveralls.maven.plugin.service.Travis
-
The Constant TRAVIS_BRANCH.
- TRAVIS_JOB_ID - Static variable in class org.eluder.coveralls.maven.plugin.service.Travis
-
The Constant TRAVIS_JOB_ID.
- TRAVIS_NAME - Static variable in class org.eluder.coveralls.maven.plugin.service.Travis
-
The Constant TRAVIS_NAME.
- TRAVIS_PULL_REQUEST - Static variable in class org.eluder.coveralls.maven.plugin.service.Travis
-
The Constant TRAVIS_PULL_REQUEST.
U
- UniqueSourceCallback - Class in org.eluder.coveralls.maven.plugin.source
-
Source callback that tracks passed by source files and provides only unique source files to the delegate.
- UniqueSourceCallback(SourceCallback) - Constructor for class org.eluder.coveralls.maven.plugin.source.UniqueSourceCallback
-
Instantiates a new unique source callback.
- UrlSourceLoader - Class in org.eluder.coveralls.maven.plugin.source
-
The Class UrlSourceLoader.
- UrlSourceLoader(URL, URL, Charset) - Constructor for class org.eluder.coveralls.maven.plugin.source.UrlSourceLoader
-
Instantiates a new url source loader.
- UrlUtils - Class in org.eluder.coveralls.maven.plugin.util
-
The Class UrlUtils.
V
- validate() - Method in class org.eluder.coveralls.maven.plugin.domain.Job
-
Validate.
- validate() - Method in class org.eluder.coveralls.maven.plugin.validation.JobValidator
-
Validate.
- ValidationError - Class in org.eluder.coveralls.maven.plugin.validation
-
The Class ValidationError.
- ValidationError(ValidationError.Level, String) - Constructor for class org.eluder.coveralls.maven.plugin.validation.ValidationError
-
Instantiates a new validation error.
- ValidationError.Level - Enum in org.eluder.coveralls.maven.plugin.validation
-
The Enum Level.
- ValidationErrors - Class in org.eluder.coveralls.maven.plugin.validation
-
The Class ValidationErrors.
- ValidationErrors() - Constructor for class org.eluder.coveralls.maven.plugin.validation.ValidationErrors
-
Instantiates a new validation errors.
- ValidationException - Exception Class in org.eluder.coveralls.maven.plugin.validation
-
The Class ValidationException.
- ValidationException() - Constructor for exception class org.eluder.coveralls.maven.plugin.validation.ValidationException
-
Instantiates a new validation exception.
- ValidationException(String) - Constructor for exception class org.eluder.coveralls.maven.plugin.validation.ValidationException
-
Instantiates a new validation exception.
- ValidationException(String, Throwable) - Constructor for exception class org.eluder.coveralls.maven.plugin.validation.ValidationException
-
Instantiates a new validation exception.
- ValidationException(Throwable) - Constructor for exception class org.eluder.coveralls.maven.plugin.validation.ValidationException
-
Instantiates a new validation exception.
- valueOf(String) - Static method in enum org.eluder.coveralls.maven.plugin.logging.Logger.Position
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eluder.coveralls.maven.plugin.validation.ValidationError.Level
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.eluder.coveralls.maven.plugin.logging.Logger.Position
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eluder.coveralls.maven.plugin.validation.ValidationError.Level
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- WARN - Enum constant in enum org.eluder.coveralls.maven.plugin.validation.ValidationError.Level
-
The warn.
- Wercker - Class in org.eluder.coveralls.maven.plugin.service
-
Service implementation for Wercker CI.
- Wercker(Map) - Constructor for class org.eluder.coveralls.maven.plugin.service.Wercker
-
Instantiates a new wercker.
- WERCKER - Static variable in class org.eluder.coveralls.maven.plugin.service.Wercker
-
The Constant WERCKER.
- WERCKER_BRANCH - Static variable in class org.eluder.coveralls.maven.plugin.service.Wercker
-
The Constant WERCKER_BRANCH.
- WERCKER_BUILD_ID - Static variable in class org.eluder.coveralls.maven.plugin.service.Wercker
-
The Constant WERCKER_BUILD_ID.
- WERCKER_BUILD_URL - Static variable in class org.eluder.coveralls.maven.plugin.service.Wercker
-
The Constant WERCKER_BUILD_URL.
- WERCKER_NAME - Static variable in class org.eluder.coveralls.maven.plugin.service.Wercker
-
The Constant WERCKER_NAME.
- WERCKER_PULL_REQUEST - Static variable in class org.eluder.coveralls.maven.plugin.service.Wercker
-
The Constant WERCKER_PULL_REQUEST.
- Wildcards - Class in org.eluder.coveralls.maven.plugin.util
-
Wildcard text utilities.
- withBranch(String) - Method in class org.eluder.coveralls.maven.plugin.domain.Job
-
With branch.
- withCloverReports(List) - Method in class org.eluder.coveralls.maven.plugin.util.CoverageParsersFactory
-
With clover reports.
- withCoberturaReports(List) - Method in class org.eluder.coveralls.maven.plugin.util.CoverageParsersFactory
-
With cobertura reports.
- withDryRun(boolean) - Method in class org.eluder.coveralls.maven.plugin.domain.Job
-
With dry run.
- withGit(Git) - Method in class org.eluder.coveralls.maven.plugin.domain.Job
-
With git.
- withJacocoAggregateReport(File) - Method in class org.eluder.coveralls.maven.plugin.util.CoverageParsersFactory
-
With JaCoCo aggregate report.
- withJaCoCoReports(List) - Method in class org.eluder.coveralls.maven.plugin.util.CoverageParsersFactory
-
With jacoco reports.
- withParallel(boolean) - Method in class org.eluder.coveralls.maven.plugin.domain.Job
-
With parallel.
- withPullRequest(String) - Method in class org.eluder.coveralls.maven.plugin.domain.Job
-
With pull request.
- withRelativeReportDirs(List) - Method in class org.eluder.coveralls.maven.plugin.util.CoverageParsersFactory
-
With relative report dirs.
- withRepoToken(String) - Method in class org.eluder.coveralls.maven.plugin.domain.Job
-
With repo token.
- withSagaReports(List) - Method in class org.eluder.coveralls.maven.plugin.util.CoverageParsersFactory
-
With saga reports.
- withScanForSources(boolean) - Method in class org.eluder.coveralls.maven.plugin.util.SourceLoaderFactory
-
With scan for sources.
- withServiceBuildNumber(String) - Method in class org.eluder.coveralls.maven.plugin.domain.Job
-
With service build number.
- withServiceBuildUrl(String) - Method in class org.eluder.coveralls.maven.plugin.domain.Job
-
With service build url.
- withServiceEnvironment(Properties) - Method in class org.eluder.coveralls.maven.plugin.domain.Job
-
With service environment.
- withServiceJobId(String) - Method in class org.eluder.coveralls.maven.plugin.domain.Job
-
With service job id.
- withServiceName(String) - Method in class org.eluder.coveralls.maven.plugin.domain.Job
-
With service name.
- withSourceDirectories(List) - Method in class org.eluder.coveralls.maven.plugin.util.SourceLoaderFactory
-
With source directories.
- withTimestamp(Long) - Method in class org.eluder.coveralls.maven.plugin.domain.Job
-
With timestamp.
- writeCoveralls(JsonWriter, SourceCallback, List) - Method in class org.eluder.coveralls.maven.plugin.CoverallsReportMojo
-
Writes coverage data to JSON file.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form