com.atlassian.bamboo.deployments.runtime
Interface DeploymentInProgress

All Known Implementing Classes:
DeploymentInProgressImpl

@Immutable
@Internal
public interface DeploymentInProgress


Method Summary
 Long getAgentId()
           
 String getDeploymentProjectName()
           
 long getDeploymentVersionId()
           
 String getDeploymentVersionName()
           
 long getEnvironmentId()
           
 String getEnvironmentName()
           
 Date getExecutedDate()
           
 long getResultId()
           
 DeploymentResultKey getResultKey()
           
 TriggerReason getTriggerReason()
           
 boolean isBeingStopped()
           
 

Method Detail

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.