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()java.lang.StringauthValue()static JenkinsAuthentication.Builderbuilder()
-
-
-
Method Detail
-
authValue
@Nullable public java.lang.String authValue()
-
authType
public AuthenticationType authType()
-
builder
public static JenkinsAuthentication.Builder builder()
-
-