Uses of Class
com.atlassian.bamboo.plan.vcsRevision.PlanVcsRevisionDataSet
Package
Description
-
Uses of PlanVcsRevisionDataSet in com.atlassian.bamboo.plan.trigger
Modifier and TypeMethodDescription@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
Modifier and TypeMethodDescription@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
Modifier and TypeMethodDescription@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)