Uses of Class
hudson.scm.UserProvidedCredential
Packages that use UserProvidedCredential
-
Uses of UserProvidedCredential in hudson.scm
Methods in hudson.scm that return UserProvidedCredentialModifier and TypeMethodDescriptionstatic UserProvidedCredential
UserProvidedCredential.fromForm
(org.kohsuke.stapler.StaplerRequest2 req, MultipartFormDataParser parser) Parses the credential information from a form submission.Methods in hudson.scm with parameters of type UserProvidedCredentialModifier and TypeMethodDescriptionvoid
SubversionSCM.DescriptorImpl.postCredential
(String url, UserProvidedCredential upc, PrintWriter logWriter) Submits the authentication info.