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 Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthenticationProvidergetAuthenticationProvider()StringgetHumanReadableId()URIgetRestEndpointUri()StringgetYamlString()
-
-
-
Method Detail
-
getRestEndpointUri
public URI getRestEndpointUri()
-
getAuthenticationProvider
public AuthenticationProvider getAuthenticationProvider()
-
getHumanReadableId
public String getHumanReadableId()
-
getYamlString
public String getYamlString()
-
-