Interface PlanTriggerResult
-
- All Known Implementing Classes:
PlanTriggerResultBuilder.BuildTriggerResultImpl
@ExperimentalApi public interface PlanTriggerResultResult 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 BuildChangesgetBuildChanges()@NotNull ErrorCollectiongetErrorCollection()@NotNull Map<String,String>getVariableMap()
-
-
-
Method Detail
-
getBuildChanges
@NotNull @NotNull BuildChanges getBuildChanges()
- Returns:
- buildChanges
-
getErrorCollection
@NotNull @NotNull ErrorCollection getErrorCollection()
- Returns:
- errors
-
-