public class EnvironmentTriggeringResultImpl extends Object implements EnvironmentTriggeringResult
| Constructor and Description |
|---|
EnvironmentTriggeringResultImpl() |
EnvironmentTriggeringResultImpl(@NotNull ErrorCollection errorCollection,
@Nullable DeploymentContext deploymentContext) |
| Modifier and Type | Method and Description |
|---|---|
@Nullable DeploymentContext |
getDeploymentContext()
The
DeploymentContext produced by a successful execution of a EnvironmentTriggeringAction |
@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 EnvironmentTriggeringResultImpl()
public EnvironmentTriggeringResultImpl(@NotNull
@NotNull ErrorCollection errorCollection,
@Nullable
@Nullable DeploymentContext deploymentContext)
@NotNull public @NotNull ErrorCollection getErrors()
ExecutionRequestResultgetErrors in interface ExecutionRequestResult@Nullable public @Nullable PlanResultKey getPlanResultKey()
ExecutionRequestResultPlanResultKey of the executing PlangetPlanResultKey in interface ExecutionRequestResult@Nullable public @Nullable Long getDeploymentResultId()
ExecutionRequestResultgetDeploymentResultId in interface ExecutionRequestResult@Nullable public @Nullable DeploymentContext getDeploymentContext()
EnvironmentTriggeringResultDeploymentContext produced by a successful execution of a EnvironmentTriggeringActiongetDeploymentContext in interface EnvironmentTriggeringResultCopyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.