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