Uses of Class
hudson.scm.UserProvidedCredential

Packages that use UserProvidedCredential
hudson.scm   
 

Uses of UserProvidedCredential in hudson.scm
 

Methods in hudson.scm that return UserProvidedCredential
static UserProvidedCredential UserProvidedCredential.fromForm(org.kohsuke.stapler.StaplerRequest req, hudson.util.MultipartFormDataParser parser)
          Parses the credential information from a form submission.
 

Methods in hudson.scm with parameters of type UserProvidedCredential
 void SubversionSCM.DescriptorImpl.postCredential(String url, UserProvidedCredential upc, PrintWriter logWriter)
          Submits the authentication info.
 

Constructors in hudson.scm with parameters of type UserProvidedCredential
SubversionTagAction.TagWorkerThread(Map<SubversionSCM.SvnInfo,String> tagSet, UserProvidedCredential upc, String comment)
           
 



Copyright © 2004-2013. All Rights Reserved.