Interface MutableDeploymentResult
- All Superinterfaces:
BambooCustomDataAware
,BambooIdProvider
,BambooObject
,InternalDeploymentResult
- All Known Implementing Classes:
MutableDeploymentResultImpl
public interface MutableDeploymentResult
extends BambooObject, InternalDeploymentResult, BambooCustomDataAware
-
Method Summary
Modifier and TypeMethodDescriptionlong
void
setAgentId
(Long agentId) void
setAgentType
(@Nullable AgentType agentType) void
setDeploymentState
(@NotNull BuildState deploymentState) void
setDeploymentVersionName
(@NotNull String deploymentVersionName) void
setExecutedDate
(@Nullable Date date) void
setFinishedDate
(@Nullable Date date) void
setLifeCycleState
(@NotNull LifeCycleState lifeCycleState) void
setQueuedDate
(@Nullable Date date) void
setStartedDate
(@Nullable Date date) void
setTriggerReasonKey
(String triggerReasonKey) Methods inherited from interface com.atlassian.bamboo.core.BambooCustomDataAware
updateCustomDataEntry
Methods inherited from interface com.atlassian.bamboo.core.BambooObject
setId
Methods 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
-