Uses of Class
org.eluder.coveralls.maven.plugin.domain.Job
Packages that use Job
Package
Description
Provides the main Maven plugin classes.
Provides domain objects used to construct the JSON payload sent to Coveralls.
Provides JSON related classes to serialize the coverage data to be sent to Coveralls.
Provides logging related classes to log messages to the Maven console.
Provides validators for plugin configuration.
-
Uses of Job in org.eluder.coveralls.maven.plugin
Methods in org.eluder.coveralls.maven.plugin that return JobMethods in org.eluder.coveralls.maven.plugin with parameters of type JobModifier and TypeMethodDescriptionprotected JsonWriterCoverallsReportMojo.createJsonWriter(Job job) Creates the json writer.protected SourceLoaderCoverallsReportMojo.createSourceLoader(Job job) Creates the source loader. -
Uses of Job in org.eluder.coveralls.maven.plugin.domain
Methods in org.eluder.coveralls.maven.plugin.domain that return JobModifier and TypeMethodDescriptionJob.withBranch(String branch) With branch.Job.withDryRun(boolean dryRun) With dry run.With git.Job.withParallel(boolean parallel) With parallel.Job.withPullRequest(String pullRequest) With pull request.Job.withRepoToken(String repoToken) With repo token.Job.withServiceBuildNumber(String serviceBuildNumber) With service build number.Job.withServiceBuildUrl(String serviceBuildUrl) With service build url.Job.withServiceEnvironment(Properties serviceEnvironment) With service environment.Job.withServiceJobId(String serviceJobId) With service job id.Job.withServiceName(String serviceName) With service name.Job.withTimestamp(Long timestamp) With timestamp. -
Uses of Job in org.eluder.coveralls.maven.plugin.json
Methods in org.eluder.coveralls.maven.plugin.json that return JobConstructors in org.eluder.coveralls.maven.plugin.json with parameters of type JobModifierConstructorDescriptionJsonWriter(Job job, File coverallsFile) Instantiates a new json writer. -
Uses of Job in org.eluder.coveralls.maven.plugin.logging
Constructors in org.eluder.coveralls.maven.plugin.logging with parameters of type Job -
Uses of Job in org.eluder.coveralls.maven.plugin.validation
Constructors in org.eluder.coveralls.maven.plugin.validation with parameters of type Job