Uses of Enum Class
com.atlassian.bamboo.setup.BrokerURIUtils.MergeMode
Packages that use BrokerURIUtils.MergeMode
-
Uses of BrokerURIUtils.MergeMode in com.atlassian.bamboo.setup
Methods in com.atlassian.bamboo.setup that return BrokerURIUtils.MergeModeModifier and TypeMethodDescriptionstatic BrokerURIUtils.MergeMode
Returns the enum constant of this class with the specified name.static BrokerURIUtils.MergeMode[]
BrokerURIUtils.MergeMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.bamboo.setup with parameters of type BrokerURIUtils.MergeModeModifier and TypeMethodDescriptionstatic @NotNull URI
BrokerURIUtils.addGlobalFailoverParameters
(@NotNull URI brokerURI, @NotNull String failoverParams, @NotNull BrokerURIUtils.MergeMode mergeMode) Method to add parameters to the broker client URI.static @NotNull URI
BrokerURIUtils.addParametersToEachFailoverTransport
(@NotNull URI brokerURI, @NotNull String failoverTransportsParams, @NotNull BrokerURIUtils.MergeMode mergeMode) Method to add parameters to the broker client URI.static URI
BrokerURIUtils.addParametersToFailoverTransport
(@NotNull URI brokerURI, @NotNull String protocol, @NotNull String failoverTransportsParams, @NotNull BrokerURIUtils.MergeMode mergeMode)