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.Builder
builder()
int
boolean
getId()
getKey()
getName()
getStage()
int
hashCode()
void
setAgentSummary
(RestAgentSummary agentSummary) void
void
setStageId
(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:
compareTo
in interfaceComparable<RestJob>
-
builder
-