Package com.atlassian.bamboo.specs.util
Class RestTaskFactory.RestTask
- java.lang.Object
-
- com.atlassian.bamboo.specs.util.RestTaskFactory.RestTask
-
- Enclosing class:
- RestTaskFactory
public static final class RestTaskFactory.RestTask extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthenticationProvidergetAuthenticationProvider()java.lang.StringgetHumanReadableId()java.net.URIgetRestEndpointUri()java.lang.StringgetYamlString()
-
-
-
Method Detail
-
getRestEndpointUri
public java.net.URI getRestEndpointUri()
-
getAuthenticationProvider
public AuthenticationProvider getAuthenticationProvider()
-
getHumanReadableId
public java.lang.String getHumanReadableId()
-
getYamlString
public java.lang.String getYamlString()
-
-