Class EnvironmentTriggeringResultImpl
java.lang.Object
com.atlassian.bamboo.deployments.execution.triggering.EnvironmentTriggeringResultImpl
- All Implemented Interfaces:
EnvironmentTriggeringResult,ExecutionRequestResult
-
Constructor Summary
ConstructorsConstructorDescriptionEnvironmentTriggeringResultImpl(@NotNull ErrorCollection errorCollection, @Nullable DeploymentContext deploymentContext) -
Method Summary
Modifier and TypeMethodDescription@Nullable DeploymentContextTheDeploymentContextproduced by a successful execution of aEnvironmentTriggeringAction@Nullable LongThe id of the result of the executing Environment@NotNull ErrorCollectionAny errors that occurred during the execution request@Nullable PlanResultKeyThePlanResultKeyof the executingPlan
-
Constructor Details
-
EnvironmentTriggeringResultImpl
public EnvironmentTriggeringResultImpl() -
EnvironmentTriggeringResultImpl
public EnvironmentTriggeringResultImpl(@NotNull @NotNull ErrorCollection errorCollection, @Nullable @Nullable DeploymentContext deploymentContext)
-
-
Method Details
-
getErrors
Description copied from interface:ExecutionRequestResultAny errors that occurred during the execution request- Specified by:
getErrorsin interfaceExecutionRequestResult- Returns:
-
getPlanResultKey
Description copied from interface:ExecutionRequestResultThePlanResultKeyof the executingPlan- Specified by:
getPlanResultKeyin interfaceExecutionRequestResult- Returns:
- planResultKey or null if request failed
-
getDeploymentResultId
Description copied from interface:ExecutionRequestResultThe id of the result of the executing Environment- Specified by:
getDeploymentResultIdin interfaceExecutionRequestResult- Returns:
- if or null if request failed
-
getDeploymentContext
Description copied from interface:EnvironmentTriggeringResultTheDeploymentContextproduced by a successful execution of aEnvironmentTriggeringAction- Specified by:
getDeploymentContextin interfaceEnvironmentTriggeringResult- Returns:
- buildContext or null if not available
-