Uses of Class
org.eluder.coveralls.maven.plugin.domain.Job
Packages that use Job
Package
Description
-
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 JsonWriter
CoverallsReportMojo.createJsonWriter
(Job job) Creates the json writer.protected SourceLoader
CoverallsReportMojo.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) Job.withDryRun
(boolean dryRun) Job.withParallel
(boolean parallel) Job.withPullRequest
(String pullRequest) Job.withRepoToken
(String repoToken) Job.withServiceBuildNumber
(String serviceBuildNumber) Job.withServiceBuildUrl
(String serviceBuildUrl) Job.withServiceEnvironment
(Properties serviceEnvironment) Job.withServiceJobId
(String serviceJobId) Job.withServiceName
(String serviceName) Job.withTimestamp
(Date 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 Job -
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