Class RestJob
java.lang.Object
com.atlassian.bamboo.rest.model.AbstractRestModel
com.atlassian.bamboo.rest.model.plan.stage.job.RestJob
- All Implemented Interfaces:
Comparable<RestJob>
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class com.atlassian.bamboo.rest.model.AbstractRestModel
self -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RestJob.Builderbuilder()intbooleangetId()getKey()getName()getStage()inthashCode()voidsetAgentSummary(RestAgentSummary agentSummary) voidvoidsetStageId(Long stageId) Methods inherited from class com.atlassian.bamboo.rest.model.AbstractRestModel
getSelf, setSelf
-
Constructor Details
-
RestJob
public RestJob() -
RestJob
-
RestJob
-
RestJob
-
RestJob
-
-
Method Details
-
getId
-
getKey
-
getName
-
getDescription
-
getSuspended
-
getSourceJobKey
-
setStage
-
getStage
-
getStageId
-
setStageId
-
setAgentSummary
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<RestJob>
-
builder
-