Interface MutableDeploymentResult
- All Superinterfaces:
BambooCustomDataAware,BambooIdProvider,BambooObject,InternalDeploymentResult
- All Known Implementing Classes:
MutableDeploymentResultImpl
public interface MutableDeploymentResult
extends BambooObject, InternalDeploymentResult, BambooCustomDataAware
-
Method Summary
Modifier and TypeMethodDescriptionlongvoidsetAgentId(Long agentId) voidsetAgentType(@Nullable AgentType agentType) voidsetDeploymentState(@NotNull BuildState deploymentState) voidsetDeploymentVersionName(@NotNull String deploymentVersionName) voidsetExecutedDate(@Nullable Date date) voidsetFinishedDate(@Nullable Date date) voidsetLifeCycleState(@NotNull LifeCycleState lifeCycleState) voidsetQueuedDate(@Nullable Date date) voidsetStartedDate(@Nullable Date date) voidsetTriggerReasonKey(String triggerReasonKey) Methods inherited from interface com.atlassian.bamboo.core.BambooCustomDataAware
updateCustomDataEntryMethods inherited from interface com.atlassian.bamboo.core.BambooObject
setIdMethods inherited from interface com.atlassian.bamboo.deployments.results.InternalDeploymentResult
getAgentId, getAgentType, getDeploymentState, getDeploymentVersionName, getEnvironmentId, getExecutedDate, getFinishedDate, getId, getLifeCycleState, getQueuedDate, getStartedDate, getTriggerReason
-
Method Details
-
setDeploymentVersionName
-
setDeploymentState
-
setLifeCycleState
-
setStartedDate
-
setQueuedDate
-
setExecutedDate
-
setFinishedDate
-
setAgentId
-
setAgentType
-
getVersionId
long getVersionId() -
getTriggerReasonKey
String getTriggerReasonKey() -
setTriggerReasonKey
-
getCustomData
-