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.deployments.environments.strategy   
 

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

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

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

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

Methods in com.atlassian.bamboo.deployments.environments that return DeploymentTriggerBranchSelectionMode
static DeploymentTriggerBranchSelectionMode DeploymentTriggerBranchSelectionMode.valueOf(java.lang.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.deployments.environments.strategy
 

Methods in com.atlassian.bamboo.deployments.environments.strategy that return DeploymentTriggerBranchSelectionMode
 DeploymentTriggerBranchSelectionMode DeploymentTriggerBranchSelectionModeAwareBuildStrategy.getBranchSelectionMode()
           
 



Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.