@ExperimentalApi public interface PlanTrigger extends BambooPluginModule
TriggerReason
gives the implementer control over how the Plan
is triggered.Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getVariablesForContinuedBuild(TriggerReason triggerReason)
Return plugin specific variables for continued builds
|
PlanTriggerResult |
triggerPlan(TriggerReason triggerReason,
PlanResultKey planResultKey,
Map<String,String> params,
Map<String,String> customVariables,
PlanVcsRevisionDataSet lastVcsRevisionKeys) |
@NotNull PlanTriggerResult triggerPlan(@NotNull TriggerReason triggerReason, @NotNull PlanResultKey planResultKey, @NotNull Map<String,String> params, @NotNull Map<String,String> customVariables, @Nullable PlanVcsRevisionDataSet lastVcsRevisionKeys)
@NotNull Map<String,String> getVariablesForContinuedBuild(@NotNull TriggerReason triggerReason)
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.