Uses of Class
com.atlassian.bamboo.setup.BrokerURIUtils.MergeMode
-
Packages that use BrokerURIUtils.MergeMode Package Description com.atlassian.bamboo.setup -
-
Uses of BrokerURIUtils.MergeMode in com.atlassian.bamboo.setup
Methods in com.atlassian.bamboo.setup that return BrokerURIUtils.MergeMode Modifier and Type Method Description static BrokerURIUtils.MergeMode
BrokerURIUtils.MergeMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static BrokerURIUtils.MergeMode[]
BrokerURIUtils.MergeMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.bamboo.setup with parameters of type BrokerURIUtils.MergeMode Modifier and Type Method Description static @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)
-