@PublicApi
public interface ExecutionRequestResult
PlanExecutionManager
requestsModifier and Type | Method and Description |
---|---|
@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 |
@NotNull @NotNull ErrorCollection getErrors()
@Nullable @Nullable PlanResultKey getPlanResultKey()
PlanResultKey
of the executing Plan
UnsupportedOperationException
- if execution request came from Environment@Nullable @Nullable Long getDeploymentResultId()
UnsupportedOperationException
- if execution request came from Plan
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.