Package | Description |
---|---|
com.atlassian.bamboo.core |
Modifier and Type | Method and Description |
---|---|
static TransportProtocol |
TransportProtocol.of(String url)
Returns the transport protocol of the supplied URL, null if the protocol is unknown.
|
static TransportProtocol |
TransportProtocol.of(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 TransportProtocol |
TransportProtocol.of(String url,
TransportProtocol defaultProtocol) |
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.