Package com.atlassian.bamboo.build
Class BuildRequestResultImpl
java.lang.Object
com.atlassian.bamboo.build.BuildRequestResultImpl
- All Implemented Interfaces:
BuildRequestResult,ExecutionRequestResult
-
Constructor Summary
ConstructorsConstructorDescriptionBuildRequestResultImpl(@NotNull ErrorCollection errors) BuildRequestResultImpl(@Nullable BuildContext buildContext, @NotNull ErrorCollection errors) -
Method Summary
Modifier and TypeMethodDescription@Nullable BuildContext@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
-
BuildRequestResultImpl
-
BuildRequestResultImpl
public BuildRequestResultImpl(@Nullable @Nullable BuildContext buildContext, @NotNull @NotNull ErrorCollection errors)
-
-
Method Details
-
getPlanResultKey
Description copied from interface:ExecutionRequestResultThePlanResultKeyof the executingPlan- Specified by:
getPlanResultKeyin interfaceExecutionRequestResult- Returns:
- planResultKey or null if request failed
-
getBuildContext
- Specified by:
getBuildContextin interfaceBuildRequestResult- Returns:
- buildContext if the action succeeded else null
-
getErrors
Description copied from interface:ExecutionRequestResultAny errors that occurred during the execution request- Specified by:
getErrorsin interfaceExecutionRequestResult- Returns:
-
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
-