public final class BuildRequestResultImpl extends Object implements BuildRequestResult
Constructor and Description |
---|
BuildRequestResultImpl(@Nullable BuildContext buildContext,
@NotNull ErrorCollection errors) |
BuildRequestResultImpl(@NotNull ErrorCollection errors) |
Modifier and Type | Method and Description |
---|---|
@Nullable BuildContext |
getBuildContext() |
@Nullable Long |
getDeploymentResultId()
The id of the result of the executing Environment
|
@NotNull ErrorCollection |
getErrors()
Any errors that occurred during the execution request
|
@Nullable PlanResultKey |
getPlanResultKey()
The
PlanResultKey of the executing Plan |
public BuildRequestResultImpl(@NotNull @NotNull ErrorCollection errors)
public BuildRequestResultImpl(@Nullable @Nullable BuildContext buildContext, @NotNull @NotNull ErrorCollection errors)
@Nullable public @Nullable PlanResultKey getPlanResultKey()
ExecutionRequestResult
PlanResultKey
of the executing Plan
getPlanResultKey
in interface ExecutionRequestResult
@Nullable public @Nullable BuildContext getBuildContext()
getBuildContext
in interface BuildRequestResult
@NotNull public @NotNull ErrorCollection getErrors()
ExecutionRequestResult
getErrors
in interface ExecutionRequestResult
@Nullable public @Nullable Long getDeploymentResultId()
ExecutionRequestResult
getDeploymentResultId
in interface ExecutionRequestResult
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.