Uses of Class
com.atlassian.bamboo.deployments.environments.DeploymentTriggerBranchSelectionMode
-
-
Uses of DeploymentTriggerBranchSelectionMode in com.atlassian.bamboo.deployments.environments
Methods in com.atlassian.bamboo.deployments.environments that return DeploymentTriggerBranchSelectionMode Modifier and Type Method Description 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 Modifier and Type Method Description @Nullable PlanKey
EnvironmentTriggerService. getCalculatedTriggeringPlanKey(@NotNull InternalEnvironment environment, @NotNull DeploymentTriggerBranchSelectionMode branchSelectionMode, @Nullable PlanKey customBranchKey)
@Nullable PlanKey
EnvironmentTriggerServiceImpl. getCalculatedTriggeringPlanKey(@NotNull InternalEnvironment environment, @NotNull DeploymentTriggerBranchSelectionMode branchSelectionMode, @Nullable PlanKey customBranchKey)
-
Uses of DeploymentTriggerBranchSelectionMode in com.atlassian.bamboo.testutils.model.triggers
Methods in com.atlassian.bamboo.testutils.model.triggers that return DeploymentTriggerBranchSelectionMode Modifier and Type Method Description DeploymentTriggerBranchSelectionMode
AfterSuccessfulPlanTriggerDetails. getBranchSelectionMode()
-
Uses of DeploymentTriggerBranchSelectionMode in com.atlassian.bamboo.trigger.cron
Methods in com.atlassian.bamboo.trigger.cron that return DeploymentTriggerBranchSelectionMode Modifier and Type Method Description static DeploymentTriggerBranchSelectionMode
CronTriggerConfigurator. getDeploymentTriggerBranchSelectionMode(Map<String,String> config)
-
Uses of DeploymentTriggerBranchSelectionMode in com.atlassian.bamboo.trigger.environment
Methods in com.atlassian.bamboo.trigger.environment with parameters of type DeploymentTriggerBranchSelectionMode Modifier and Type Method Description protected boolean
AbstractEnvironmentTriggerConfigurator. hasTheSameMasterPlanAsDeploymentProject(@NotNull DeploymentProject deploymentProject, DeploymentTriggerBranchSelectionMode branchSelectionMode, @NotNull String planKeyString)
protected void
AbstractEnvironmentTriggerConfigurator. populateContextWithBranchControlVariablesForDeployments(@NotNull DeploymentProject deploymentProject, @NotNull DeploymentTriggerBranchSelectionMode branchSelectionMode, @NotNull String triggeringBranchKey, @NotNull Map<String,Object> context)
-