Class RestResultStatus
java.lang.Object
com.atlassian.bamboo.plugins.rest.model.build.status.RestResultStatus
- Direct Known Subclasses:
RestChainResultStatus,RestJobResultStatus
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Booleanstatic final Stringprotected Stringprotected Stringprotected RestProgress -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetFinished(Boolean finished) voidsetPlanResultKey(String planResultKey) voidsetPrettyQueuedTime(String prettyQueuedTime) voidsetProgress(RestProgress progress)
-
Field Details
-
KEY
- See Also:
-
planResultKey
-
finished
-
prettyQueuedTime
-
progress
-
-
Constructor Details
-
RestResultStatus
public RestResultStatus()
-
-
Method Details
-
getPlanResultKey
-
setPlanResultKey
-
getFinished
-
setFinished
-
getPrettyQueuedTime
-
setPrettyQueuedTime
-
getProgress
-
setProgress
-