Uses of Enum Class
com.atlassian.bamboo.deployments.environments.DeploymentTriggerBranchSelectionMode
Package
Description
-
Uses of DeploymentTriggerBranchSelectionMode in com.atlassian.bamboo.deployments.environments
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static DeploymentTriggerBranchSelectionMode[]
DeploymentTriggerBranchSelectionMode.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DeploymentTriggerBranchSelectionMode in com.atlassian.bamboo.deployments.environments.service
Modifier and TypeMethodDescription@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
-
Uses of DeploymentTriggerBranchSelectionMode in com.atlassian.bamboo.trigger.cron
Modifier and TypeMethodDescriptionCronTriggerConfigurator.getDeploymentTriggerBranchSelectionMode
(Map<String, String> config) -
Uses of DeploymentTriggerBranchSelectionMode in com.atlassian.bamboo.trigger.environment
Modifier and TypeMethodDescriptionprotected 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)