Class Job
java.lang.Object
org.eluder.coveralls.maven.plugin.domain.Job
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetGit()
boolean
isDryRun()
boolean
validate()
withBranch
(String branch) withDryRun
(boolean dryRun) withParallel
(boolean parallel) withPullRequest
(String pullRequest) withRepoToken
(String repoToken) withServiceBuildNumber
(String serviceBuildNumber) withServiceBuildUrl
(String serviceBuildUrl) withServiceEnvironment
(Properties serviceEnvironment) withServiceJobId
(String serviceJobId) withServiceName
(String serviceName) withTimestamp
(Date timestamp)
-
Constructor Details
-
Job
public Job()
-
-
Method Details
-
withRepoToken
-
withServiceName
-
withServiceJobId
-
withServiceBuildNumber
-
withServiceBuildUrl
-
withParallel
-
withServiceEnvironment
-
withTimestamp
-
withDryRun
-
withBranch
-
withPullRequest
-
withGit
-
getRepoToken
-
getServiceName
-
getServiceJobId
-
getServiceBuildNumber
-
getServiceBuildUrl
-
getServiceEnvironment
-
getTimestamp
-
isParallel
public boolean isParallel() -
isDryRun
public boolean isDryRun() -
getBranch
-
getPullRequest
-
getGit
-
validate
-