java.lang.Object
org.eluder.coveralls.maven.plugin.domain.Job

public class Job extends Object
  • Constructor Details

    • Job

      public Job()
  • Method Details

    • withRepoToken

      public Job withRepoToken(String repoToken)
    • withServiceName

      public Job withServiceName(String serviceName)
    • withServiceJobId

      public Job withServiceJobId(String serviceJobId)
    • withServiceBuildNumber

      public Job withServiceBuildNumber(String serviceBuildNumber)
    • withServiceBuildUrl

      public Job withServiceBuildUrl(String serviceBuildUrl)
    • withParallel

      public Job withParallel(boolean parallel)
    • withServiceEnvironment

      public Job withServiceEnvironment(Properties serviceEnvironment)
    • withTimestamp

      public Job withTimestamp(Date timestamp)
    • withDryRun

      public Job withDryRun(boolean dryRun)
    • withBranch

      public Job withBranch(String branch)
    • withPullRequest

      public Job withPullRequest(String pullRequest)
    • withGit

      public Job withGit(Git git)
    • getRepoToken

      public String getRepoToken()
    • getServiceName

      public String getServiceName()
    • getServiceJobId

      public String getServiceJobId()
    • getServiceBuildNumber

      public String getServiceBuildNumber()
    • getServiceBuildUrl

      public String getServiceBuildUrl()
    • getServiceEnvironment

      public Properties getServiceEnvironment()
    • getTimestamp

      public Date getTimestamp()
    • isParallel

      public boolean isParallel()
    • isDryRun

      public boolean isDryRun()
    • getBranch

      public String getBranch()
    • getPullRequest

      public String getPullRequest()
    • getGit

      public Git getGit()
    • validate

      public ValidationErrors validate()