Class SshConfiguration.DescriptorImpl

java.lang.Object
hudson.model.Descriptor<SshConfiguration>
com.google.jenkins.plugins.computeengine.SshConfiguration.DescriptorImpl
All Implemented Interfaces:
Saveable, Loadable, OnMaster
Enclosing class:
SshConfiguration

@Extension public static final class SshConfiguration.DescriptorImpl extends Descriptor<SshConfiguration>
  • Constructor Details

    • DescriptorImpl

      public DescriptorImpl()
  • Method Details

    • doFillCustomPrivateKeyCredentialsIdItems

      public ListBoxModel doFillCustomPrivateKeyCredentialsIdItems(@AncestorInPath Jenkins context, @QueryParameter String customPrivateKeyCredentialsId)
    • doCheckCustomPrivateKeyCredentialsId

      public FormValidation doCheckCustomPrivateKeyCredentialsId(@QueryParameter String value, @QueryParameter("customPrivateKeyCredentialsId") String customPrivateKeyCredentialsId) throws IOException
      Throws:
      IOException