Class WindowsConfiguration.DescriptorImpl

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

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

    • DescriptorImpl

      public DescriptorImpl()
  • Method Details

    • doFillPasswordCredentialsIdItems

      public ListBoxModel doFillPasswordCredentialsIdItems(@AncestorInPath Jenkins context)
    • doFillPrivateKeyCredentialsIdItems

      public ListBoxModel doFillPrivateKeyCredentialsIdItems(@AncestorInPath Jenkins context)
    • doCheckPrivateKeyCredentialsId

      public FormValidation doCheckPrivateKeyCredentialsId(@QueryParameter String value, @QueryParameter("passwordCredentialsId") String passwordCredentialsId)