Class WindowsData.DescriptorImpl

java.lang.Object
hudson.model.Descriptor<AMITypeData>
hudson.plugins.ec2.WindowsData.DescriptorImpl
All Implemented Interfaces:
Saveable, Loadable, OnMaster
Enclosing class:
WindowsData

@Extension public static class WindowsData.DescriptorImpl extends Descriptor<AMITypeData>
  • Constructor Details

    • DescriptorImpl

      public DescriptorImpl()
  • Method Details

    • getDisplayName

      public String getDisplayName()
      Overrides:
      getDisplayName in class Descriptor<AMITypeData>
    • doCheckPassword

      @POST public FormValidation doCheckPassword(@QueryParameter String password)
    • doCheckUseHTTPS

      @POST public FormValidation doCheckUseHTTPS(@QueryParameter boolean useHTTPS, @QueryParameter String password)
    • doCheckAllowSelfSignedCertificate

      @POST public FormValidation doCheckAllowSelfSignedCertificate(@QueryParameter boolean allowSelfSignedCertificate)