public class MutableDeploymentResultImpl extends BambooEntityObject implements MutableDeploymentResult
Constructor and Description |
---|
MutableDeploymentResultImpl() |
clone, equals, getCreationDate, getCurrentDate, getId, getLastModificationDate, hashCode, setClock, setCreationDate, setId, setLastModificationDate
finalize, getClass, notify, notifyAll, wait, wait, wait
setId
getId
public void setDeploymentVersion(@Nullable MutableDeploymentVersion deploymentVersion)
public void setEnvironment(MutableEnvironment environment)
@NotNull public String getDeploymentVersionName()
getDeploymentVersionName
in interface InternalDeploymentResult
public void setDeploymentVersionName(@NotNull String deploymentVersionName)
setDeploymentVersionName
in interface MutableDeploymentResult
@NotNull public BuildState getDeploymentState()
getDeploymentState
in interface InternalDeploymentResult
public void setDeploymentState(@Nullable BuildState deploymentState)
setDeploymentState
in interface MutableDeploymentResult
public long getEnvironmentId()
getEnvironmentId
in interface InternalDeploymentResult
public long getVersionId()
getVersionId
in interface MutableDeploymentResult
@NotNull public LifeCycleState getLifeCycleState()
getLifeCycleState
in interface InternalDeploymentResult
public void setLifeCycleState(@Nullable LifeCycleState lifeCycleState)
setLifeCycleState
in interface MutableDeploymentResult
@Nullable public Date getStartedDate()
getStartedDate
in interface InternalDeploymentResult
public void setStartedDate(@Nullable Date startedDate)
setStartedDate
in interface MutableDeploymentResult
@Nullable public Date getQueuedDate()
getQueuedDate
in interface InternalDeploymentResult
public void setQueuedDate(@Nullable Date queuedDate)
setQueuedDate
in interface MutableDeploymentResult
@Nullable public Date getExecutedDate()
getExecutedDate
in interface InternalDeploymentResult
public void setExecutedDate(@Nullable Date executedDate)
setExecutedDate
in interface MutableDeploymentResult
@Nullable public Date getFinishedDate()
getFinishedDate
in interface InternalDeploymentResult
public void setFinishedDate(@Nullable Date finishedDate)
setFinishedDate
in interface MutableDeploymentResult
public Long getAgentId()
getAgentId
in interface InternalDeploymentResult
public void setAgentId(Long agentId)
setAgentId
in interface MutableDeploymentResult
@Nullable public VariableContextBaseline getVariableContextBaseline()
public void setVariableContextBaseline(@Nullable VariableContextBaseline variableContextBaseline)
public String getTriggerReasonKey()
getTriggerReasonKey
in interface MutableDeploymentResult
public void setTriggerReasonKey(String triggerReasonKey)
setTriggerReasonKey
in interface MutableDeploymentResult
@NotNull public TriggerReason getTriggerReason()
getTriggerReason
in interface InternalDeploymentResult
public void updateCustomDataEntry(@NotNull String key, @NotNull String value)
BambooCustomDataAware
updateCustomDataEntry
in interface BambooCustomDataAware
@NotNull public Map<String,String> getCustomData()
getCustomData
in interface MutableDeploymentResult
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.