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 BuildAgent
getAgent()
@NotNull com.google.common.collect.ImmutableMap<String,String>
getCustomData()
@Nullable DeploymentVersion
getDeploymentVersion()
@NotNull Environment
getEnvironment()
@NotNull DeploymentResultKey
getKey()
Operations
getOperations()
Operations
object describing detailed permissions for result@NotNull String
getReasonSummary()
-
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()
Operations
object describing detailed permissions for result- Returns:
-
-