org.jenkinsci.plugins.ParameterizedRemoteTrigger
Class Auth
java.lang.Object
hudson.model.AbstractDescribableImpl<Auth>
org.jenkinsci.plugins.ParameterizedRemoteTrigger.Auth
- All Implemented Interfaces:
- hudson.model.Describable<Auth>
public class Auth
- extends hudson.model.AbstractDescribableImpl<Auth>
|
Constructor Summary |
Auth(net.sf.json.JSONObject formData)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NONE
public final String NONE
- See Also:
- Constant Field Values
API_TOKEN
public final String API_TOKEN
- See Also:
- Constant Field Values
CREDENTIALS_PLUGIN
public final String CREDENTIALS_PLUGIN
- See Also:
- Constant Field Values
Auth
@DataBoundConstructor
public Auth(net.sf.json.JSONObject formData)
getAuthType
public String getAuthType()
isMatch
public Boolean isMatch(String value)
getUsername
public String getUsername()
getPassword
public String getPassword()
getApiToken
public String getApiToken()
getCreds
public String getCreds()
getDescriptor
public Auth.DescriptorImpl getDescriptor()
- Specified by:
getDescriptor in interface hudson.model.Describable<Auth>- Overrides:
getDescriptor in class hudson.model.AbstractDescribableImpl<Auth>
Copyright © 2004-2013. All Rights Reserved.