Package io.jenkins.plugins.model
Class AuthenticationInfo
java.lang.Object
io.jenkins.plugins.model.AuthenticationInfo
public class AuthenticationInfo extends Object
-
Constructor Summary
Constructors Constructor Description AuthenticationInfo()
-
Method Summary
Modifier and Type Method Description String
getToken()
String
getUsername()
void
setToken(hudson.util.Secret token)
void
setUsername(hudson.util.Secret username)
-
Constructor Details
-
AuthenticationInfo
public AuthenticationInfo()
-
-
Method Details
-
getUsername
-
setUsername
public void setUsername(hudson.util.Secret username) -
getToken
-
setToken
public void setToken(hudson.util.Secret token)
-