com.atlassian.bamboo.deployments.results
Interface InternalDeploymentResult
- All Superinterfaces:
- BambooIdProvider
- All Known Subinterfaces:
- DeploymentResult, MutableDeploymentResult
- All Known Implementing Classes:
- DeploymentResultImpl, MutableDeploymentResultImpl, RestDeploymentResult, RestDeploymentResultWithLogs
public interface InternalDeploymentResult
- extends BambooIdProvider
getId
long getId()
- Specified by:
getId
in interface BambooIdProvider
getDeploymentVersionName
@NotNull
String getDeploymentVersionName()
getDeploymentState
@NotNull
BuildState getDeploymentState()
getLifeCycleState
@NotNull
LifeCycleState getLifeCycleState()
getStartedDate
@Nullable
Date getStartedDate()
getQueuedDate
@Nullable
Date getQueuedDate()
getExecutedDate
@Nullable
Date getExecutedDate()
getFinishedDate
@Nullable
Date getFinishedDate()
getAgentId
Long getAgentId()
getEnvironmentId
long getEnvironmentId()
getTriggerReason
@NotNull
TriggerReason getTriggerReason()
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.