Uses of Class
com.atlassian.bamboo.plan.vcsRevision.PlanVcsRevisionDataSet
-
Packages that use PlanVcsRevisionDataSet Package Description com.atlassian.bamboo.plan.trigger com.atlassian.bamboo.plan.vcsRevision com.atlassian.bamboo.plugins.jira.release -
-
Uses of PlanVcsRevisionDataSet in com.atlassian.bamboo.plan.trigger
Methods in com.atlassian.bamboo.plan.trigger with parameters of type PlanVcsRevisionDataSet Modifier and Type Method Description @NotNull PlanTriggerResult
PlanTrigger. triggerPlan(@NotNull TriggerReason triggerReason, @NotNull PlanResultKey planResultKey, @NotNull Map<String,String> params, @NotNull Map<String,String> customVariables, @Nullable PlanVcsRevisionDataSet lastVcsRevisionKeys)
default @NotNull PlanTriggerResult
PlanTrigger. triggerPlan(@NotNull TriggerReason triggerReason, @NotNull PlanResultKey planResultKey, @NotNull Map<String,String> params, @NotNull Map<String,String> customVariables, @Nullable PlanVcsRevisionDataSet lastVcsRevisionKeys, PlanExecutionLaunchControl.ReleaseLocksActions releaseLocksActions)
-
Uses of PlanVcsRevisionDataSet in com.atlassian.bamboo.plan.vcsRevision
Methods in com.atlassian.bamboo.plan.vcsRevision that return PlanVcsRevisionDataSet Modifier and Type Method Description @NotNull PlanVcsRevisionDataSet
PlanVcsRevisionHistoryService. getLastVcsRevisionKeys(@NotNull PlanKey planKey)
Return the mapping between repository ids and strings representing the vcs revisions which were result of last performed change detection.@NotNull PlanVcsRevisionDataSet
PlanVcsRevisionHistoryServiceImpl. getLastVcsRevisionKeys(@NotNull PlanKey planKey)
-
Uses of PlanVcsRevisionDataSet in com.atlassian.bamboo.plugins.jira.release
Methods in com.atlassian.bamboo.plugins.jira.release with parameters of type PlanVcsRevisionDataSet Modifier and Type Method Description @NotNull PlanTriggerResult
JIRAReleasePlanTrigger. triggerPlan(@NotNull TriggerReason triggerReason, @NotNull PlanResultKey planResultKey, @NotNull Map<String,String> params, @NotNull Map<String,String> customVariables, @Nullable PlanVcsRevisionDataSet lastVcsRevisionKeys)
@NotNull PlanTriggerResult
JIRAReleasePlanTrigger. triggerPlan(@NotNull TriggerReason triggerReason, @NotNull PlanResultKey planResultKey, @NotNull Map<String,String> params, @NotNull Map<String,String> customVariables, @Nullable PlanVcsRevisionDataSet lastVcsRevisionKeys, PlanExecutionLaunchControl.ReleaseLocksActions releaseLocksActions)
-