Class Job
java.lang.Object
org.sourcelab.buildkite.api.client.response.Job
-
Constructor Summary
ConstructorsConstructorDescriptionJob(String id, String graphqlId, String type, String name, String stepKey, String state, String webUrl, String logUrl, String rawLogUrl, String command, Boolean softFailed, int exitStatus, String artifactPaths, Agent agent, ZonedDateTime createdAt, ZonedDateTime scheduledAt, ZonedDateTime runnableAt, ZonedDateTime startedAt, ZonedDateTime finishedAt, Boolean retried, String retriedInJobId, Long retriesCount, String retryType, Integer parallelGroupIndex, Integer parallelGroupTotal) Constructor. -
Method Summary
-
Constructor Details
-
Job
public Job(String id, String graphqlId, String type, String name, String stepKey, String state, String webUrl, String logUrl, String rawLogUrl, String command, Boolean softFailed, int exitStatus, String artifactPaths, Agent agent, ZonedDateTime createdAt, ZonedDateTime scheduledAt, ZonedDateTime runnableAt, ZonedDateTime startedAt, ZonedDateTime finishedAt, Boolean retried, String retriedInJobId, Long retriesCount, String retryType, Integer parallelGroupIndex, Integer parallelGroupTotal) Constructor.
-
-
Method Details
-
getId
-
getGraphqlId
-
getType
-
getName
-
getStepKey
-
getState
-
getWebUrl
-
getLogUrl
-
getRawLogUrl
-
getCommand
-
isSoftFailed
public boolean isSoftFailed() -
getExitStatus
public int getExitStatus() -
getArtifactPaths
-
getAgent
-
getCreatedAt
-
getScheduledAt
-
getRunnableAt
-
getStartedAt
-
getFinishedAt
-
isRetried
public boolean isRetried() -
getRetriedInJobId
-
getRetriesCount
public long getRetriesCount() -
getRetryType
-
getParallelGroupIndex
-
getParallelGroupTotal
-
toString
-