Interface DeploymentResult
-
- All Superinterfaces:
BambooIdProvider,InternalDeploymentResult
- All Known Implementing Classes:
DeploymentResultImpl,RestDeploymentResult,RestDeploymentResultWithLogs
public interface DeploymentResult extends InternalDeploymentResult
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @Nullable BuildAgentgetAgent()@NotNull com.google.common.collect.ImmutableMap<String,String>getCustomData()@Nullable DeploymentVersiongetDeploymentVersion()@NotNull EnvironmentgetEnvironment()@NotNull DeploymentResultKeygetKey()OperationsgetOperations()Operationsobject describing detailed permissions for result@NotNull StringgetReasonSummary()-
Methods inherited from interface com.atlassian.bamboo.deployments.results.InternalDeploymentResult
getAgentId, getAgentType, getDeploymentState, getDeploymentVersionName, getEnvironmentId, getExecutedDate, getFinishedDate, getId, getLifeCycleState, getQueuedDate, getStartedDate, getTriggerReason
-
-
-
-
Method Detail
-
getKey
@NotNull @NotNull DeploymentResultKey getKey()
-
getDeploymentVersion
@Nullable @Nullable DeploymentVersion getDeploymentVersion()
-
getEnvironment
@NotNull @NotNull Environment getEnvironment()
-
getReasonSummary
@NotNull @NotNull String getReasonSummary()
-
getCustomData
@NotNull @NotNull com.google.common.collect.ImmutableMap<String,String> getCustomData()
-
getAgent
@Nullable @Nullable BuildAgent getAgent()
-
getOperations
Operations getOperations()
Operationsobject describing detailed permissions for result- Returns:
-
-