public interface

ExecutionRequestResult

com.atlassian.bamboo.plan.ExecutionRequestResult
Known Indirect Subclasses

Class Overview

Result for PlanExecutionManager requests

Summary

Public Methods
@NotNull ErrorCollection getErrors()
Any errors that occured during the execution request
@Nullable PlanResultKey getPlanResultKey()
The PlanResultKey of the executing Plan

Public Methods

@NotNull public ErrorCollection getErrors ()

Any errors that occured during the execution request

@Nullable public PlanResultKey getPlanResultKey ()

The PlanResultKey of the executing Plan

Returns
  • planResultKey or null if request failed