Interface PlanTriggerResult
-
- All Known Implementing Classes:
PlanTriggerResultBuilder.BuildTriggerResultImpl
@ExperimentalApi public interface PlanTriggerResult
Result ofPlanTrigger.triggerPlan(TriggerReason, PlanResultKey, Map, Map, PlanVcsRevisionDataSet)
that contains the information required to execute thePlan
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull BuildChanges
getBuildChanges()
@NotNull ErrorCollection
getErrorCollection()
@NotNull Map<String,String>
getVariableMap()
-
-
-
Method Detail
-
getBuildChanges
@NotNull @NotNull BuildChanges getBuildChanges()
- Returns:
- buildChanges
-
getErrorCollection
@NotNull @NotNull ErrorCollection getErrorCollection()
- Returns:
- errors
-
-