com.atlassian.bamboo.deployments.results
Interface InternalDeploymentResult

All Superinterfaces:
BambooIdProvider
All Known Subinterfaces:
DeploymentResult, MutableDeploymentResult
All Known Implementing Classes:
DeploymentResultImpl, MutableDeploymentResultImpl

public interface InternalDeploymentResult
extends BambooIdProvider


Method Summary
 java.lang.Long getAgentId()
           
 BuildState getDeploymentState()
           
 java.lang.String getDeploymentVersionName()
           
 long getEnvironmentId()
           
 java.util.Date getExecutedDate()
           
 java.util.Date getFinishedDate()
           
 long getId()
           
 LifeCycleState getLifeCycleState()
           
 java.util.Date getQueuedDate()
           
 java.util.Date getStartedDate()
           
 TriggerReason getTriggerReason()
           
 

Method Detail

getId

long getId()
Specified by:
getId in interface BambooIdProvider

getDeploymentVersionName

@NotNull
java.lang.String getDeploymentVersionName()

getDeploymentState

@NotNull
BuildState getDeploymentState()

getLifeCycleState

@NotNull
LifeCycleState getLifeCycleState()

getStartedDate

@Nullable
java.util.Date getStartedDate()

getQueuedDate

@Nullable
java.util.Date getQueuedDate()

getExecutedDate

@Nullable
java.util.Date getExecutedDate()

getFinishedDate

@Nullable
java.util.Date getFinishedDate()

getAgentId

java.lang.Long getAgentId()

getEnvironmentId

long getEnvironmentId()

getTriggerReason

@NotNull
TriggerReason getTriggerReason()


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.