Index

A B C D E F G H I J L M O P R S T U V W 
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<String, String>) - Constructor for class org.eluder.coveralls.maven.plugin.service.AbstractServiceSetup
 
AbstractSourceLoader - Class in org.eluder.coveralls.maven.plugin.source
 
AbstractSourceLoader(URI, URI, String) - Constructor for class org.eluder.coveralls.maven.plugin.source.AbstractSourceLoader
 
AbstractXmlEventParser - Class in org.eluder.coveralls.maven.plugin.parser
 
AbstractXmlEventParser(File, SourceLoader) - Constructor for class org.eluder.coveralls.maven.plugin.parser.AbstractXmlEventParser
 
add(File) - Method in class org.eluder.coveralls.maven.plugin.util.ExistingFiles
 
add(SourceLoader) - Method in class org.eluder.coveralls.maven.plugin.source.MultiSourceLoader
 
addAll(Iterable<File>) - Method in class org.eluder.coveralls.maven.plugin.util.ExistingFiles
 
addBranchCoverage(int, int, int, int) - Method in class org.eluder.coveralls.maven.plugin.domain.Source
 
addCoverage(int, Integer) - Method in class org.eluder.coveralls.maven.plugin.domain.Source
 
addProperty(Properties, String, String) - Method in class org.eluder.coveralls.maven.plugin.service.AbstractServiceSetup
 
AFTER - Enum constant in enum org.eluder.coveralls.maven.plugin.logging.Logger.Position
 
Appveyor - Class in org.eluder.coveralls.maven.plugin.service
Service implementation for Appveyor.
Appveyor(Map<String, String>) - Constructor for class org.eluder.coveralls.maven.plugin.service.Appveyor
 
APPVEYOR - Static variable in class org.eluder.coveralls.maven.plugin.service.Appveyor
 
APPVEYOR_BRANCH - Static variable in class org.eluder.coveralls.maven.plugin.service.Appveyor
 
APPVEYOR_BUILD_ID - Static variable in class org.eluder.coveralls.maven.plugin.service.Appveyor
 
APPVEYOR_BUILD_NUMBER - Static variable in class org.eluder.coveralls.maven.plugin.service.Appveyor
 
APPVEYOR_COMMIT - Static variable in class org.eluder.coveralls.maven.plugin.service.Appveyor
 
APPVEYOR_NAME - Static variable in class org.eluder.coveralls.maven.plugin.service.Appveyor
 
APPVEYOR_PULL_REQUEST - Static variable in class org.eluder.coveralls.maven.plugin.service.Appveyor
 
APPVEYOR_REPO_NAME - Static variable in class org.eluder.coveralls.maven.plugin.service.Appveyor
 

B

Bamboo - Class in org.eluder.coveralls.maven.plugin.service
Service implementation for Atlassian Bamboo.
Bamboo(Map<String, String>) - Constructor for class org.eluder.coveralls.maven.plugin.service.Bamboo
 
BAMBOO_BRANCH - Static variable in class org.eluder.coveralls.maven.plugin.service.Bamboo
 
BAMBOO_BUILD_NUMBER - Static variable in class org.eluder.coveralls.maven.plugin.service.Bamboo
 
BAMBOO_BUILD_URL - Static variable in class org.eluder.coveralls.maven.plugin.service.Bamboo
 
BAMBOO_NAME - Static variable in class org.eluder.coveralls.maven.plugin.service.Bamboo
 
basedir - Variable in class org.eluder.coveralls.maven.plugin.CoverallsReportMojo
Base directory of the project.
BEFORE - Enum constant in enum org.eluder.coveralls.maven.plugin.logging.Logger.Position
 
branch - Variable in class org.eluder.coveralls.maven.plugin.CoverallsReportMojo
Git branch name.
Branch - Class in org.eluder.coveralls.maven.plugin.domain
 
Branch(int, int, int, int) - Constructor for class org.eluder.coveralls.maven.plugin.domain.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
 
CI_BRANCH - Static variable in class org.eluder.coveralls.maven.plugin.service.General
 
CI_BUILD_NUMBER - Static variable in class org.eluder.coveralls.maven.plugin.service.General
 
CI_BUILD_URL - Static variable in class org.eluder.coveralls.maven.plugin.service.General
 
CI_NAME - Static variable in class org.eluder.coveralls.maven.plugin.service.General
 
CI_PULL_REQUEST - Static variable in class org.eluder.coveralls.maven.plugin.service.General
 
Circle - Class in org.eluder.coveralls.maven.plugin.service
Service implementation for CircleCI.
Circle(Map<String, String>) - Constructor for class org.eluder.coveralls.maven.plugin.service.Circle
 
CIRCLE - Static variable in class org.eluder.coveralls.maven.plugin.service.Circle
 
CIRCLE_BRANCH - Static variable in class org.eluder.coveralls.maven.plugin.service.Circle
 
CIRCLE_BUILD_NUMBER - Static variable in class org.eluder.coveralls.maven.plugin.service.Circle
 
CIRCLE_COMMIT - Static variable in class org.eluder.coveralls.maven.plugin.service.Circle
 
CIRCLE_NAME - Static variable in class org.eluder.coveralls.maven.plugin.service.Circle
 
close() - Method in class org.eluder.coveralls.maven.plugin.json.JsonWriter
 
CloverParser - Class in org.eluder.coveralls.maven.plugin.parser
 
CloverParser(File, SourceLoader) - Constructor for class org.eluder.coveralls.maven.plugin.parser.CloverParser
 
CoberturaParser - Class in org.eluder.coveralls.maven.plugin.parser
 
CoberturaParser(File, SourceLoader) - Constructor for class org.eluder.coveralls.maven.plugin.parser.CoberturaParser
 
coberturaReports - Variable in class org.eluder.coveralls.maven.plugin.CoverallsReportMojo
File paths to additional Cobertura coverage report files.
collect() - Method in class org.eluder.coveralls.maven.plugin.util.MavenProjectCollector
 
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
 
CoverageParsersFactory(MavenProject, SourceLoader) - Constructor for class org.eluder.coveralls.maven.plugin.util.CoverageParsersFactory
 
CoverageTracingLogger - Class in org.eluder.coveralls.maven.plugin.logging
 
CoverageTracingLogger(SourceCallback) - Constructor for class org.eluder.coveralls.maven.plugin.logging.CoverageTracingLogger
 
CoverallsClient - Class in org.eluder.coveralls.maven.plugin.httpclient
 
CoverallsClient(String) - Constructor for class org.eluder.coveralls.maven.plugin.httpclient.CoverallsClient
 
CoverallsClient(String, HttpClient, ObjectMapper) - Constructor for class org.eluder.coveralls.maven.plugin.httpclient.CoverallsClient
 
coverallsFile - Variable in class org.eluder.coveralls.maven.plugin.CoverallsReportMojo
File path to write and submit Coveralls data.
CoverallsProxyClient - Class in org.eluder.coveralls.maven.plugin.httpclient
 
CoverallsProxyClient(String, Proxy) - Constructor for class org.eluder.coveralls.maven.plugin.httpclient.CoverallsProxyClient
 
CoverallsReportMojo - Class in org.eluder.coveralls.maven.plugin
 
CoverallsReportMojo() - Constructor for class org.eluder.coveralls.maven.plugin.CoverallsReportMojo
 
CoverallsResponse - Class in org.eluder.coveralls.maven.plugin.domain
 
CoverallsResponse(String, boolean, String) - Constructor for class org.eluder.coveralls.maven.plugin.domain.CoverallsResponse
 
coverallsUrl - Variable in class org.eluder.coveralls.maven.plugin.CoverallsReportMojo
Url for the Coveralls API.
create(Iterable<File>) - Static method in class org.eluder.coveralls.maven.plugin.util.ExistingFiles
 
create(String) - Static method in class org.eluder.coveralls.maven.plugin.util.UrlUtils
 
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(Reader) - Method in class org.eluder.coveralls.maven.plugin.parser.AbstractXmlEventParser
 
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
 
createSourceCallbackChain(JsonWriter, List<Logger>) - 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
 
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
 
DirectorySourceLoader - Class in org.eluder.coveralls.maven.plugin.source
 
DirectorySourceLoader(File, File, String) - Constructor for class org.eluder.coveralls.maven.plugin.source.DirectorySourceLoader
 
dryRun - Variable in class org.eluder.coveralls.maven.plugin.CoverallsReportMojo
Dry run Coveralls report without actually sending it.
DryRunLogger - Class in org.eluder.coveralls.maven.plugin.logging
 
DryRunLogger(boolean, File) - Constructor for class org.eluder.coveralls.maven.plugin.logging.DryRunLogger
 

E

Environment - Class in org.eluder.coveralls.maven.plugin
Constructs and setups the project environment and continuous integration service.
Environment(CoverallsReportMojo, Iterable<ServiceSetup>) - Constructor for class org.eluder.coveralls.maven.plugin.Environment
 
EPOCH_MILLIS - Static variable in class org.eluder.coveralls.maven.plugin.util.TimestampParser
 
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
 
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
 
ExistingFiles() - Constructor for class org.eluder.coveralls.maven.plugin.util.ExistingFiles
 

F

failOnServiceError - Variable in class org.eluder.coveralls.maven.plugin.CoverallsReportMojo
Fail build if Coveralls service is not available or submission fails for internal errors.

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<String, String>) - Constructor for class org.eluder.coveralls.maven.plugin.service.General
 
getAuthorEmail() - Method in class org.eluder.coveralls.maven.plugin.domain.Git.Head
 
getAuthorName() - Method in class org.eluder.coveralls.maven.plugin.domain.Git.Head
 
getBaseDir() - Method in class org.eluder.coveralls.maven.plugin.domain.Git
 
getBlockNumber() - Method in class org.eluder.coveralls.maven.plugin.domain.Branch
 
getBranch() - Method in class org.eluder.coveralls.maven.plugin.domain.Git
 
getBranch() - Method in class org.eluder.coveralls.maven.plugin.domain.Job
 
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.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
 
getBranches() - Method in class org.eluder.coveralls.maven.plugin.logging.CoverageTracingLogger
 
getBranchesList() - Method in class org.eluder.coveralls.maven.plugin.domain.Source
 
getBranchNumber() - Method in class org.eluder.coveralls.maven.plugin.domain.Branch
 
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.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
 
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.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
 
getCommitterEmail() - Method in class org.eluder.coveralls.maven.plugin.domain.Git.Head
 
getCommitterName() - Method in class org.eluder.coveralls.maven.plugin.domain.Git.Head
 
getCoverage() - Method in class org.eluder.coveralls.maven.plugin.domain.Source
 
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
 
getCovered() - Method in class org.eluder.coveralls.maven.plugin.logging.CoverageTracingLogger
 
getCoveredBranches() - Method in class org.eluder.coveralls.maven.plugin.logging.CoverageTracingLogger
 
getDigest() - Method in class org.eluder.coveralls.maven.plugin.domain.Source
 
getDigestHex() - Method in class org.eluder.coveralls.maven.plugin.util.Sha521DigestInputStream
 
getEnvironment() - Method in class org.eluder.coveralls.maven.plugin.service.AbstractServiceSetup
 
getEnvironment() - Method in class org.eluder.coveralls.maven.plugin.service.Circle
 
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
 
getFileName(String) - Method in class org.eluder.coveralls.maven.plugin.source.AbstractSourceLoader
 
getFileName(String) - Method in class org.eluder.coveralls.maven.plugin.source.ScanSourceLoader
 
getFiles() - Method in class org.eluder.coveralls.maven.plugin.logging.CoverageTracingLogger
 
getFullName() - Method in class org.eluder.coveralls.maven.plugin.domain.Source
 
getGit() - Method in class org.eluder.coveralls.maven.plugin.domain.Job
 
getHead() - Method in class org.eluder.coveralls.maven.plugin.domain.Git
 
getHits() - Method in class org.eluder.coveralls.maven.plugin.domain.Branch
 
getId() - Method in class org.eluder.coveralls.maven.plugin.domain.Git.Head
 
getJob() - Method in class org.eluder.coveralls.maven.plugin.json.JsonWriter
 
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 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
 
getLineNumber() - Method in class org.eluder.coveralls.maven.plugin.domain.Branch
 
getLines() - Method in class org.eluder.coveralls.maven.plugin.logging.CoverageTracingLogger
 
getMessage() - Method in class org.eluder.coveralls.maven.plugin.domain.CoverallsResponse
 
getMessage() - Method in class org.eluder.coveralls.maven.plugin.domain.Git.Head
 
getMessage() - Method in class org.eluder.coveralls.maven.plugin.validation.ValidationError
 
getMissed() - Method in class org.eluder.coveralls.maven.plugin.logging.CoverageTracingLogger
 
getMissedBranches() - Method in class org.eluder.coveralls.maven.plugin.logging.CoverageTracingLogger
 
getName() - Method in class org.eluder.coveralls.maven.plugin.domain.Git.Remote
 
getName() - Method in class org.eluder.coveralls.maven.plugin.domain.Source
 
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.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
 
getPullRequest() - Method in class org.eluder.coveralls.maven.plugin.domain.Job
 
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 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
 
getRelevant() - Method in class org.eluder.coveralls.maven.plugin.logging.CoverageTracingLogger
 
getRemotes() - Method in class org.eluder.coveralls.maven.plugin.domain.Git
 
getRepoToken() - Method in class org.eluder.coveralls.maven.plugin.domain.Job
 
getServiceBuildNumber() - Method in class org.eluder.coveralls.maven.plugin.domain.Job
 
getServiceBuildUrl() - Method in class org.eluder.coveralls.maven.plugin.domain.Job
 
getServiceEnvironment() - Method in class org.eluder.coveralls.maven.plugin.domain.Job
 
getServiceJobId() - Method in class org.eluder.coveralls.maven.plugin.domain.Job
 
getServiceName() - Method in class org.eluder.coveralls.maven.plugin.domain.Job
 
getServices() - Method in class org.eluder.coveralls.maven.plugin.CoverallsReportMojo
Gets the services.
getSourceEncoding() - Method in class org.eluder.coveralls.maven.plugin.source.AbstractSourceLoader
 
getTimestamp() - Method in class org.eluder.coveralls.maven.plugin.domain.Job
 
getUrl() - Method in class org.eluder.coveralls.maven.plugin.domain.CoverallsResponse
 
getUrl() - Method in class org.eluder.coveralls.maven.plugin.domain.Git.Remote
 
Git - Class in org.eluder.coveralls.maven.plugin.domain
 
Git(File, Git.Head, String, List<Git.Remote>) - Constructor for class org.eluder.coveralls.maven.plugin.domain.Git
 
Git.Head - Class in org.eluder.coveralls.maven.plugin.domain
 
Git.Remote - Class in org.eluder.coveralls.maven.plugin.domain
 
GitRepository - Class in org.eluder.coveralls.maven.plugin.domain
 
GitRepository(File) - Constructor for class org.eluder.coveralls.maven.plugin.domain.GitRepository
 

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
 
HelpMojo - Class in com.github.hazendaz.maven.coveralls_maven_plugin
Display help information on coveralls-maven-plugin.
Call mvn 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
 
isDryRun() - Method in class org.eluder.coveralls.maven.plugin.domain.Job
 
isEndElement(XMLStreamReader, String) - Method in class org.eluder.coveralls.maven.plugin.parser.AbstractXmlEventParser
 
isError() - Method in class org.eluder.coveralls.maven.plugin.domain.CoverallsResponse
 
isParallel() - Method in class org.eluder.coveralls.maven.plugin.domain.Job
 
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.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
 
iterator() - Method in class org.eluder.coveralls.maven.plugin.util.ExistingFiles
 

J

JaCoCoParser - Class in org.eluder.coveralls.maven.plugin.parser
 
JaCoCoParser(File, SourceLoader) - Constructor for class org.eluder.coveralls.maven.plugin.parser.JaCoCoParser
 
jacocoReports - Variable in class org.eluder.coveralls.maven.plugin.CoverallsReportMojo
File paths to additional JaCoCo coverage report files.
Jenkins - Class in org.eluder.coveralls.maven.plugin.service
Service implementation for Jenkins.
Jenkins(Map<String, String>) - Constructor for class org.eluder.coveralls.maven.plugin.service.Jenkins
 
JENKINS_BRANCH - Static variable in class org.eluder.coveralls.maven.plugin.service.Jenkins
 
JENKINS_BUILD_NUMBER - Static variable in class org.eluder.coveralls.maven.plugin.service.Jenkins
 
JENKINS_BUILD_URL - Static variable in class org.eluder.coveralls.maven.plugin.service.Jenkins
 
JENKINS_COMMIT - Static variable in class org.eluder.coveralls.maven.plugin.service.Jenkins
 
JENKINS_NAME - Static variable in class org.eluder.coveralls.maven.plugin.service.Jenkins
 
JENKINS_URL - Static variable in class org.eluder.coveralls.maven.plugin.service.Jenkins
 
Job - Class in org.eluder.coveralls.maven.plugin.domain
 
Job() - Constructor for class org.eluder.coveralls.maven.plugin.domain.Job
 
JobLogger - Class in org.eluder.coveralls.maven.plugin.logging
 
JobLogger(Job) - Constructor for class org.eluder.coveralls.maven.plugin.logging.JobLogger
 
JobLogger(Job, ObjectMapper) - Constructor for class org.eluder.coveralls.maven.plugin.logging.JobLogger
 
JobValidator - Class in org.eluder.coveralls.maven.plugin.validation
 
JobValidator(Job) - Constructor for class org.eluder.coveralls.maven.plugin.validation.JobValidator
 
JsonObject - Interface in org.eluder.coveralls.maven.plugin.domain
 
JsonWriter - Class in org.eluder.coveralls.maven.plugin.json
 
JsonWriter(Job, File) - Constructor for class org.eluder.coveralls.maven.plugin.json.JsonWriter
 

L

load() - Method in class org.eluder.coveralls.maven.plugin.domain.GitRepository
 
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
 
loadSource(String) - Method in class org.eluder.coveralls.maven.plugin.parser.AbstractXmlEventParser
 
locate(String) - Method in class org.eluder.coveralls.maven.plugin.source.AbstractSourceLoader
 
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
 
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 ? is single letter and * is zero or more letters.
MavenProjectCollector - Class in org.eluder.coveralls.maven.plugin.util
 
MavenProjectCollector(MavenProject) - Constructor for class org.eluder.coveralls.maven.plugin.util.MavenProjectCollector
 
merge(Source) - Method in class org.eluder.coveralls.maven.plugin.domain.Source
 
MultiSourceLoader - Class in org.eluder.coveralls.maven.plugin.source
 
MultiSourceLoader() - Constructor for class org.eluder.coveralls.maven.plugin.source.MultiSourceLoader
 

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
 
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
 
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
 
org.eluder.coveralls.maven.plugin.domain - package org.eluder.coveralls.maven.plugin.domain
 
org.eluder.coveralls.maven.plugin.httpclient - package org.eluder.coveralls.maven.plugin.httpclient
 
org.eluder.coveralls.maven.plugin.json - package org.eluder.coveralls.maven.plugin.json
 
org.eluder.coveralls.maven.plugin.logging - package org.eluder.coveralls.maven.plugin.logging
 
org.eluder.coveralls.maven.plugin.parser - package org.eluder.coveralls.maven.plugin.parser
 
org.eluder.coveralls.maven.plugin.service - package org.eluder.coveralls.maven.plugin.service
 
org.eluder.coveralls.maven.plugin.source - package org.eluder.coveralls.maven.plugin.source
 
org.eluder.coveralls.maven.plugin.util - package org.eluder.coveralls.maven.plugin.util
 
org.eluder.coveralls.maven.plugin.validation - package org.eluder.coveralls.maven.plugin.validation
 

P

parallel - Variable in class org.eluder.coveralls.maven.plugin.CoverallsReportMojo
Coveralls parallel flag.
parse(String) - Method in class org.eluder.coveralls.maven.plugin.util.TimestampParser
 
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
 
ProcessingException(String) - Constructor for exception class org.eluder.coveralls.maven.plugin.ProcessingException
 
ProcessingException(String, Throwable) - Constructor for exception class org.eluder.coveralls.maven.plugin.ProcessingException
 
ProcessingException(Throwable) - Constructor for exception class org.eluder.coveralls.maven.plugin.ProcessingException
 
project - Variable in class org.eluder.coveralls.maven.plugin.CoverallsReportMojo
Maven project for runtime value resolution.
pullRequest - Variable in class org.eluder.coveralls.maven.plugin.CoverallsReportMojo
GitHub pull request identifier.

R

relativeReportDirs - Variable in class org.eluder.coveralls.maven.plugin.CoverallsReportMojo
Directories for relative per module specific report files.
Remote(String, String) - Constructor for class org.eluder.coveralls.maven.plugin.domain.Git.Remote
 
repoToken - Variable in class org.eluder.coveralls.maven.plugin.CoverallsReportMojo
Coveralls repository token.

S

SagaParser - Class in org.eluder.coveralls.maven.plugin.parser
 
SagaParser(File, SourceLoader) - Constructor for class org.eluder.coveralls.maven.plugin.parser.SagaParser
 
sagaReports - Variable in class org.eluder.coveralls.maven.plugin.CoverallsReportMojo
File paths to additional Saga coverage report files.
scanForSources - Variable in class org.eluder.coveralls.maven.plugin.CoverallsReportMojo
Scan subdirectories for source files.
ScanSourceLoader - Class in org.eluder.coveralls.maven.plugin.source
 
ScanSourceLoader(File, File, String) - Constructor for class org.eluder.coveralls.maven.plugin.source.ScanSourceLoader
 
serviceBuildNumber - Variable in class org.eluder.coveralls.maven.plugin.CoverallsReportMojo
CI service build number.
serviceBuildUrl - Variable in class org.eluder.coveralls.maven.plugin.CoverallsReportMojo
CI service build url.
serviceEnvironment - Variable in class org.eluder.coveralls.maven.plugin.CoverallsReportMojo
CI service specific environment properties.
serviceJobId - Variable in class org.eluder.coveralls.maven.plugin.CoverallsReportMojo
CI service job id.
serviceName - Variable in class org.eluder.coveralls.maven.plugin.CoverallsReportMojo
CI service name.
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
 
settings - Variable in class org.eluder.coveralls.maven.plugin.CoverallsReportMojo
Maven settings.
setup() - Method in class org.eluder.coveralls.maven.plugin.Environment
 
Sha521DigestInputStream - Class in org.eluder.coveralls.maven.plugin.util
 
Sha521DigestInputStream(InputStream) - Constructor for class org.eluder.coveralls.maven.plugin.util.Sha521DigestInputStream
 
Shippable - Class in org.eluder.coveralls.maven.plugin.service
Service implementation for Shippable.
Shippable(Map<String, String>) - Constructor for class org.eluder.coveralls.maven.plugin.service.Shippable
 
SHIPPABLE - Static variable in class org.eluder.coveralls.maven.plugin.service.Shippable
 
SHIPPABLE_BRANCH - Static variable in class org.eluder.coveralls.maven.plugin.service.Shippable
 
SHIPPABLE_BUILD_ID - Static variable in class org.eluder.coveralls.maven.plugin.service.Shippable
 
SHIPPABLE_BUILD_NUMBER - Static variable in class org.eluder.coveralls.maven.plugin.service.Shippable
 
SHIPPABLE_COMMIT - Static variable in class org.eluder.coveralls.maven.plugin.service.Shippable
 
SHIPPABLE_NAME - Static variable in class org.eluder.coveralls.maven.plugin.service.Shippable
 
SHIPPABLE_PULL_REQUEST - Static variable in class org.eluder.coveralls.maven.plugin.service.Shippable
 
skip - Variable in class org.eluder.coveralls.maven.plugin.CoverallsReportMojo
Skip the plugin execution.
source - Variable in class org.eluder.coveralls.maven.plugin.parser.CoberturaParser
 
Source - Class in org.eluder.coveralls.maven.plugin.domain
 
Source(String, int, String, String) - Constructor for class org.eluder.coveralls.maven.plugin.domain.Source
 
Source(String, String, String) - Constructor for class org.eluder.coveralls.maven.plugin.domain.Source
 
SourceCallback - Interface in org.eluder.coveralls.maven.plugin.source
Source callback handles parsed source files from coverage reports.
sourceDirectories - Variable in class org.eluder.coveralls.maven.plugin.CoverallsReportMojo
Source directories.
sourceEncoding - Variable in class org.eluder.coveralls.maven.plugin.CoverallsReportMojo
Source file encoding.
SourceLoader - Interface in org.eluder.coveralls.maven.plugin.source
 
SourceLoaderFactory - Class in org.eluder.coveralls.maven.plugin.util
 
SourceLoaderFactory(File, MavenProject, String) - Constructor for class org.eluder.coveralls.maven.plugin.util.SourceLoaderFactory
 
submit(File) - Method in class org.eluder.coveralls.maven.plugin.httpclient.CoverallsClient
 

T

throwOrInform(Log) - Method in class org.eluder.coveralls.maven.plugin.validation.ValidationErrors
 
timestamp - Variable in class org.eluder.coveralls.maven.plugin.CoverallsReportMojo
Build timestamp.
TIMESTAMP_FORMAT - Static variable in class org.eluder.coveralls.maven.plugin.json.JsonWriter
 
timestampFormat - Variable in class org.eluder.coveralls.maven.plugin.CoverallsReportMojo
Build timestamp format.
TimestampParser - Class in org.eluder.coveralls.maven.plugin.util
 
TimestampParser(String) - Constructor for class org.eluder.coveralls.maven.plugin.util.TimestampParser
 
toString() - Method in class org.eluder.coveralls.maven.plugin.validation.ValidationError
 
toUri(URL) - Static method in class org.eluder.coveralls.maven.plugin.util.UrlUtils
 
Travis - Class in org.eluder.coveralls.maven.plugin.service
Service implementation for Travis CI.
Travis(Map<String, String>) - Constructor for class org.eluder.coveralls.maven.plugin.service.Travis
 
TRAVIS - Static variable in class org.eluder.coveralls.maven.plugin.service.Travis
 
TRAVIS_BRANCH - Static variable in class org.eluder.coveralls.maven.plugin.service.Travis
 
TRAVIS_JOB_ID - Static variable in class org.eluder.coveralls.maven.plugin.service.Travis
 
TRAVIS_NAME - Static variable in class org.eluder.coveralls.maven.plugin.service.Travis
 
TRAVIS_PULL_REQUEST - Static variable in class org.eluder.coveralls.maven.plugin.service.Travis
 

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
 
UrlSourceLoader - Class in org.eluder.coveralls.maven.plugin.source
 
UrlSourceLoader(URL, URL, String) - Constructor for class org.eluder.coveralls.maven.plugin.source.UrlSourceLoader
 
UrlUtils - Class in org.eluder.coveralls.maven.plugin.util
 

V

validate() - Method in class org.eluder.coveralls.maven.plugin.domain.Job
 
validate() - Method in class org.eluder.coveralls.maven.plugin.validation.JobValidator
 
ValidationError - Class in org.eluder.coveralls.maven.plugin.validation
 
ValidationError(ValidationError.Level, String) - Constructor for class org.eluder.coveralls.maven.plugin.validation.ValidationError
 
ValidationError.Level - Enum in org.eluder.coveralls.maven.plugin.validation
 
ValidationErrors - Class in org.eluder.coveralls.maven.plugin.validation
 
ValidationErrors() - Constructor for class org.eluder.coveralls.maven.plugin.validation.ValidationErrors
 
ValidationException - Exception Class in org.eluder.coveralls.maven.plugin.validation
 
ValidationException() - Constructor for exception class org.eluder.coveralls.maven.plugin.validation.ValidationException
 
ValidationException(String) - Constructor for exception class org.eluder.coveralls.maven.plugin.validation.ValidationException
 
ValidationException(String, Throwable) - Constructor for exception class org.eluder.coveralls.maven.plugin.validation.ValidationException
 
ValidationException(Throwable) - Constructor for exception class org.eluder.coveralls.maven.plugin.validation.ValidationException
 
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
 
Wercker - Class in org.eluder.coveralls.maven.plugin.service
Service implementation for Wercker CI.
Wercker(Map<String, String>) - Constructor for class org.eluder.coveralls.maven.plugin.service.Wercker
 
WERCKER - Static variable in class org.eluder.coveralls.maven.plugin.service.Wercker
 
WERCKER_BRANCH - Static variable in class org.eluder.coveralls.maven.plugin.service.Wercker
 
WERCKER_BUILD_ID - Static variable in class org.eluder.coveralls.maven.plugin.service.Wercker
 
WERCKER_BUILD_URL - Static variable in class org.eluder.coveralls.maven.plugin.service.Wercker
 
WERCKER_NAME - Static variable in class org.eluder.coveralls.maven.plugin.service.Wercker
 
Wildcards - Class in org.eluder.coveralls.maven.plugin.util
Wildcard text utilities.
withBranch(String) - Method in class org.eluder.coveralls.maven.plugin.domain.Job
 
withCoberturaReports(List<File>) - Method in class org.eluder.coveralls.maven.plugin.util.CoverageParsersFactory
 
withDryRun(boolean) - Method in class org.eluder.coveralls.maven.plugin.domain.Job
 
withGit(Git) - Method in class org.eluder.coveralls.maven.plugin.domain.Job
 
withJaCoCoReports(List<File>) - Method in class org.eluder.coveralls.maven.plugin.util.CoverageParsersFactory
 
withParallel(boolean) - Method in class org.eluder.coveralls.maven.plugin.domain.Job
 
withPullRequest(String) - Method in class org.eluder.coveralls.maven.plugin.domain.Job
 
withRelativeReportDirs(List<String>) - Method in class org.eluder.coveralls.maven.plugin.util.CoverageParsersFactory
 
withRepoToken(String) - Method in class org.eluder.coveralls.maven.plugin.domain.Job
 
withSagaReports(List<File>) - Method in class org.eluder.coveralls.maven.plugin.util.CoverageParsersFactory
 
withScanForSources(boolean) - Method in class org.eluder.coveralls.maven.plugin.util.SourceLoaderFactory
 
withServiceBuildNumber(String) - Method in class org.eluder.coveralls.maven.plugin.domain.Job
 
withServiceBuildUrl(String) - Method in class org.eluder.coveralls.maven.plugin.domain.Job
 
withServiceEnvironment(Properties) - Method in class org.eluder.coveralls.maven.plugin.domain.Job
 
withServiceJobId(String) - Method in class org.eluder.coveralls.maven.plugin.domain.Job
 
withServiceName(String) - Method in class org.eluder.coveralls.maven.plugin.domain.Job
 
withSourceDirectories(List<File>) - Method in class org.eluder.coveralls.maven.plugin.util.SourceLoaderFactory
 
withTimestamp(Date) - Method in class org.eluder.coveralls.maven.plugin.domain.Job
 
writeCoveralls(JsonWriter, SourceCallback, List<CoverageParser>) - Method in class org.eluder.coveralls.maven.plugin.CoverallsReportMojo
Writes coverage data to JSON file.
A B C D E F G H I J L M O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form