Class P4PasswordImpl.DescriptorImpl

java.lang.Object
hudson.model.Descriptor<com.cloudbees.plugins.credentials.Credentials>
com.cloudbees.plugins.credentials.CredentialsDescriptor
org.jenkinsci.plugins.p4.credentials.P4PasswordImpl.DescriptorImpl
All Implemented Interfaces:
Saveable, Loadable, OnMaster, IconSpec
Enclosing class:
P4PasswordImpl

@Extension @Symbol("password") public static class P4PasswordImpl.DescriptorImpl extends com.cloudbees.plugins.credentials.CredentialsDescriptor
  • Constructor Details

    • DescriptorImpl

      public DescriptorImpl()
  • Method Details

    • getDisplayName

      public String getDisplayName()
      Overrides:
      getDisplayName in class Descriptor<com.cloudbees.plugins.credentials.Credentials>
    • doCheckP4port

      public FormValidation doCheckP4port(@QueryParameter String value)
    • doTestConnection

      @POST public FormValidation doTestConnection(@QueryParameter("p4port") String p4port, @QueryParameter("ssl") String ssl, @QueryParameter("trust") String trust, @QueryParameter("p4host") String p4host, @QueryParameter("username") String username, @QueryParameter("password") String password, @QueryParameter("allhosts") boolean allhosts) throws IOException, jakarta.servlet.ServletException
      Throws:
      IOException
      jakarta.servlet.ServletException