Package com.cdancy.jenkins.rest
Class JenkinsAuthentication
- java.lang.Object
-
- org.jclouds.domain.Credentials
-
- com.cdancy.jenkins.rest.JenkinsAuthentication
-
public class JenkinsAuthentication extends org.jclouds.domain.CredentialsCredentials instance for Jenkins authentication.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJenkinsAuthentication.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthenticationTypeauthType()Return the authentication type.StringauthValue()Return the base64 encoded value of the credential.static JenkinsAuthentication.Builderbuilder()
-
-
-
Method Detail
-
authValue
@Nullable public String authValue()
Return the base64 encoded value of the credential.- Returns:
- the base 64 encoded authentication value.
-
authType
public AuthenticationType authType()
Return the authentication type.- Returns:
- the authentication type.
-
builder
public static JenkinsAuthentication.Builder builder()
-
-