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