| Package | Description |
|---|---|
| com.atlassian.bamboo.core |
| Modifier and Type | Method and Description |
|---|---|
static @Nullable TransportProtocol |
TransportProtocol.of(@NotNull String url)
Returns the transport protocol of the supplied URL, null if the protocol is unknown.
|
static @NotNull TransportProtocol |
TransportProtocol.of(@NotNull String url,
TransportProtocol defaultProtocol) |
static TransportProtocol |
TransportProtocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransportProtocol[] |
TransportProtocol.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 TransportProtocol |
TransportProtocol.of(@NotNull String url,
TransportProtocol defaultProtocol) |
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.