Uses of Class
com.atlassian.bamboo.deployments.environments.DeploymentTriggerBranchSelectionMode

Packages that use DeploymentTriggerBranchSelectionMode
com.atlassian.bamboo.build.strategy   
com.atlassian.bamboo.deployments.environments   
com.atlassian.bamboo.deployments.environments.service   
com.atlassian.bamboo.trigger.environment   
 

Uses of DeploymentTriggerBranchSelectionMode in com.atlassian.bamboo.build.strategy
 

Methods in com.atlassian.bamboo.build.strategy that return DeploymentTriggerBranchSelectionMode
 DeploymentTriggerBranchSelectionMode CronTriggerBuildStrategy.getBranchSelectionMode()
          Deprecated.  
 DeploymentTriggerBranchSelectionMode AfterSuccessfulPlanTrigger.getBranchSelectionMode()
          Deprecated.  
 

Methods in com.atlassian.bamboo.build.strategy with parameters of type DeploymentTriggerBranchSelectionMode
 void CronTriggerBuildStrategy.setBranchSelectionMode(DeploymentTriggerBranchSelectionMode branchSelectionMode)
          Deprecated.  
 void AfterSuccessfulPlanTrigger.setBranchSelectionMode(DeploymentTriggerBranchSelectionMode branchSelectionMode)
          Deprecated.  
 

Uses of DeploymentTriggerBranchSelectionMode in com.atlassian.bamboo.deployments.environments
 

Methods in com.atlassian.bamboo.deployments.environments that return DeploymentTriggerBranchSelectionMode
static DeploymentTriggerBranchSelectionMode DeploymentTriggerBranchSelectionMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DeploymentTriggerBranchSelectionMode[] DeploymentTriggerBranchSelectionMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of DeploymentTriggerBranchSelectionMode in com.atlassian.bamboo.deployments.environments.service
 

Methods in com.atlassian.bamboo.deployments.environments.service with parameters of type DeploymentTriggerBranchSelectionMode
 PlanKey EnvironmentTriggerServiceImpl.getCalculatedTriggeringPlanKey(InternalEnvironment environment, DeploymentTriggerBranchSelectionMode branchSelectionMode, PlanKey customBranchKey)
           
 PlanKey EnvironmentTriggerService.getCalculatedTriggeringPlanKey(InternalEnvironment environment, DeploymentTriggerBranchSelectionMode branchSelectionMode, PlanKey customBranchKey)
           
 

Uses of DeploymentTriggerBranchSelectionMode in com.atlassian.bamboo.trigger.environment
 

Methods in com.atlassian.bamboo.trigger.environment with parameters of type DeploymentTriggerBranchSelectionMode
protected  boolean AbstractEnvironmentTriggerConfigurator.hasTheSameMasterPlanAsDeploymentProject(DeploymentProject deploymentProject, DeploymentTriggerBranchSelectionMode branchSelectionMode, String planKeyString)
           
protected  void AbstractEnvironmentTriggerConfigurator.populateContextWithBranchControlVariablesForDeployments(DeploymentProject deploymentProject, DeploymentTriggerBranchSelectionMode branchSelectionMode, String triggeringBranchKey, Map<String,Object> context)
           
 



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