com.atlassian.bamboo.plan
Interface ExecutionRequestResult

All Known Subinterfaces:
BuildRequestResult, ChainExecutionRequestResult
All Known Implementing Classes:
BuildRequestResultImpl

public interface ExecutionRequestResult

Result for PlanExecutionManager requests


Method Summary
 ErrorCollection getErrors()
          Any errors that occured during the execution request
 PlanResultKey getPlanResultKey()
          The PlanResultKey of the executing Plan
 

Method Detail

getErrors

@NotNull
ErrorCollection getErrors()
Any errors that occured during the execution request

Returns:

getPlanResultKey

@Nullable
PlanResultKey getPlanResultKey()
The PlanResultKey of the executing Plan

Returns:
planResultKey or null if request failed


Copyright © 2011 Atlassian. All Rights Reserved.