com.atlassian.bamboo.deployments.runtime
Interface DeploymentInProgress
- All Known Implementing Classes:
- DeploymentInProgressImpl
@Immutable
@Internal
public interface DeploymentInProgress
getResultId
long getResultId()
getResultKey
@NotNull
DeploymentResultKey getResultKey()
getDeploymentVersionId
long getDeploymentVersionId()
getDeploymentVersionName
@NotNull
String getDeploymentVersionName()
getEnvironmentId
long getEnvironmentId()
getEnvironmentName
@NotNull
String getEnvironmentName()
getDeploymentProjectName
@NotNull
String getDeploymentProjectName()
getAgentId
@Nullable
Long getAgentId()
getTriggerReason
@NotNull
TriggerReason getTriggerReason()
getExecutedDate
@Nullable
Date getExecutedDate()
isBeingStopped
boolean isBeingStopped()
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.