org.jenkinsci.plugins.ParameterizedRemoteTrigger
Class Auth

java.lang.Object
  extended by hudson.model.AbstractDescribableImpl<Auth>
      extended by org.jenkinsci.plugins.ParameterizedRemoteTrigger.Auth
All Implemented Interfaces:
hudson.model.Describable<Auth>

public class Auth
extends hudson.model.AbstractDescribableImpl<Auth>


Nested Class Summary
static class Auth.DescriptorImpl
           
 
Field Summary
 String API_TOKEN
           
 String CREDENTIALS_PLUGIN
           
 String NONE
           
 
Constructor Summary
Auth(net.sf.json.JSONObject formData)
           
 
Method Summary
 String getApiToken()
           
 String getAuthType()
           
 String getCreds()
           
 Auth.DescriptorImpl getDescriptor()
           
 String getPassword()
           
 String getUsername()
           
 Boolean isMatch(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

Auth

@DataBoundConstructor
public Auth(net.sf.json.JSONObject formData)
Method Detail

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.