Uses of Enum Class
com.atlassian.bamboo.configuration.external.yaml.properties.branch.BranchIntegrationSettings.Strategy
-
Uses of BranchIntegrationSettings.Strategy in com.atlassian.bamboo.configuration.external.yaml.properties.branch
Modifier and TypeMethodDescriptionBranchIntegrationSettings.getStrategy()
Returns the enum constant of this class with the specified name.static BranchIntegrationSettings.Strategy[]
BranchIntegrationSettings.Strategy.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionBranchIntegrationSettings
(BranchIntegrationSettings.Strategy strategy, @Nullable String branch, boolean push)