Uses of Enum Class
com.atlassian.bamboo.setup.BrokerURIUtils.MergeMode
-
Uses of BrokerURIUtils.MergeMode in com.atlassian.bamboo.setup
Modifier 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.Modifier 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)