|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TransportProtocol | |
|---|---|
| com.atlassian.bamboo | |
| com.atlassian.bamboo.core | |
| Uses of TransportProtocol in com.atlassian.bamboo |
|---|
| Methods in com.atlassian.bamboo with parameters of type TransportProtocol | |
|---|---|
boolean |
FeatureManager.isTransportSupported(TransportProtocol transportProtocol)
Whether given transport is enabled. |
boolean |
DefaultFeatureManager.isTransportSupported(TransportProtocol transportProtocol)
|
| Uses of TransportProtocol in com.atlassian.bamboo.core |
|---|
| Methods in com.atlassian.bamboo.core that return TransportProtocol | |
|---|---|
static TransportProtocol |
TransportProtocol.of(java.lang.String url)
Returns the transport protocol of the supplied URL, null if the protocol is unknown. |
static TransportProtocol |
TransportProtocol.of(java.lang.String url,
TransportProtocol defaultProtocol)
|
static TransportProtocol |
TransportProtocol.valueOf(java.lang.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. |
| Methods in com.atlassian.bamboo.core with parameters of type TransportProtocol | |
|---|---|
static TransportProtocol |
TransportProtocol.of(java.lang.String url,
TransportProtocol defaultProtocol)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||