Uses of Class
com.atlassian.bamboo.plan.vcsRevision.PlanVcsRevisionDataSet

Packages that use PlanVcsRevisionDataSet
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
 PlanTriggerResult PlanTrigger.triggerPlan(TriggerReason triggerReason, PlanResultKey planResultKey, Map<String,String> params, Map<String,String> customVariables, PlanVcsRevisionDataSet lastVcsRevisionKeys)
           
 

Uses of PlanVcsRevisionDataSet in com.atlassian.bamboo.plan.vcsRevision
 

Methods in com.atlassian.bamboo.plan.vcsRevision that return PlanVcsRevisionDataSet
 PlanVcsRevisionDataSet PlanVcsRevisionHistoryServiceImpl.getLastVcsRevisionKeys(PlanKey planKey)
           
 PlanVcsRevisionDataSet PlanVcsRevisionHistoryService.getLastVcsRevisionKeys(PlanKey planKey)
          Return the mapping between repository ids and strings representing the vcs revisions which were result of last performed change detection.
 

Uses of PlanVcsRevisionDataSet in com.atlassian.bamboo.plugins.jira.release
 

Methods in com.atlassian.bamboo.plugins.jira.release with parameters of type PlanVcsRevisionDataSet
 PlanTriggerResult JIRAReleasePlanTrigger.triggerPlan(TriggerReason triggerReason, PlanResultKey planResultKey, Map<String,String> params, Map<String,String> customVariables, PlanVcsRevisionDataSet lastVcsRevisionKeys)
           
 



Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.