Interface PlanTriggerResult
- All Known Implementing Classes:
PlanTriggerResultBuilder.BuildTriggerResultImpl
@ExperimentalApi
public interface PlanTriggerResult
Result of
PlanTrigger.triggerPlan(TriggerReason, PlanResultKey, Map, Map, PlanVcsRevisionDataSet)
that contains the
information required to execute the Plan
-
Method Summary
-
Method Details
-
getBuildChanges
- Returns:
- buildChanges
-
getErrorCollection
- Returns:
- errors
-
getVariableMap
- Returns:
- map of variables
-