com.atlassian.bamboo.plan.trigger
Interface PlanTriggerResult

All Known Implementing Classes:
PlanTriggerResultBuilder.BuildTriggerResultImpl

@ExperimentalApi
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()
           
 Map<String,String> getVariableMap()
           
 

Method Detail

getBuildChanges

@NotNull
BuildChanges getBuildChanges()
Returns:
buildChanges

getErrorCollection

@NotNull
ErrorCollection getErrorCollection()
Returns:
errors

getVariableMap

@NotNull
Map<String,String> getVariableMap()
Returns:
map of variables


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.