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