| Package | Description |
|---|---|
| com.atlassian.bamboo.setup |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and 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) |
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.