com.atlassian.bamboo.plan.trigger
Interface PlanTriggerResult

All Known Implementing Classes:
PlanTriggerResultBuilder.BuildTriggerResultImpl

public interface PlanTriggerResult

Result of PlanTrigger#triggerPlan(TriggerReason, PlanResultKey, Map that contains the information required to execute the Plan


Method Summary
 BuildChanges getBuildChanges()
           
 ErrorCollection getErrorCollection()
           
 java.util.Map<java.lang.String,java.lang.String> getVariableMap()
           
 

Method Detail

getBuildChanges

@NotNull
BuildChanges getBuildChanges()
Returns:
buildChanges

getErrorCollection

@NotNull
ErrorCollection getErrorCollection()
Returns:
errors

getVariableMap

@NotNull
java.util.Map<java.lang.String,java.lang.String> getVariableMap()
Returns:
map of variables


Copyright © 2011 Atlassian. All Rights Reserved.