Class EC2FleetCloud.DescriptorImpl

java.lang.Object
hudson.model.Descriptor<Cloud>
com.amazon.jenkins.ec2fleet.EC2FleetCloud.DescriptorImpl
All Implemented Interfaces:
Saveable, Loadable, OnMaster
Enclosing class:
EC2FleetCloud

@Extension @Symbol("eC2Fleet") public static class EC2FleetCloud.DescriptorImpl extends Descriptor<Cloud>
  • Constructor Details

    • DescriptorImpl

      public DescriptorImpl()
  • Method Details

    • getDisplayName

      public String getDisplayName()
      Overrides:
      getDisplayName in class Descriptor<Cloud>
    • getComputerConnectorDescriptors

      public List getComputerConnectorDescriptors()
    • getExecutorScalerDescriptors

      public List getExecutorScalerDescriptors()
    • doFillAwsCredentialsIdItems

      public ListBoxModel doFillAwsCredentialsIdItems()
    • doFillRegionItems

      public ListBoxModel doFillRegionItems(@QueryParameter String awsCredentialsId)
    • doCheckMaxTotalUses

      public FormValidation doCheckMaxTotalUses(@QueryParameter String value)
    • doCheckName

      public FormValidation doCheckName(@QueryParameter String name, @QueryParameter String isNewCloud)
    • doFillFleetItems

      public ListBoxModel doFillFleetItems(@QueryParameter boolean showAllFleets, @QueryParameter String region, @QueryParameter String endpoint, @QueryParameter String awsCredentialsId, @QueryParameter String fleet)
    • getDefaultCloudName

      public String getDefaultCloudName()
    • isExistingCloudNameDuplicated

      public Boolean isExistingCloudNameDuplicated(@QueryParameter String name)
    • doCheckFleet

      public FormValidation doCheckFleet(@QueryParameter String fleet)
    • doTestConnection

      public FormValidation doTestConnection(@QueryParameter String awsCredentialsId, @QueryParameter String region, @QueryParameter String endpoint, @QueryParameter String fleet)
    • configure

      public boolean configure(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject formData) throws Descriptor.FormException
      Overrides:
      configure in class Descriptor<Cloud>
      Throws:
      Descriptor.FormException