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