Class ECSTaskTemplate.DescriptorImpl

    • Constructor Detail

      • DescriptorImpl

        public DescriptorImpl()
    • Method Detail

      • doFillLaunchTypeItems

        public ListBoxModel doFillLaunchTypeItems()
      • doFillOperatingSystemFamilyItems

        public ListBoxModel doFillOperatingSystemFamilyItems()
      • doFillCpuArchitectureItems

        public ListBoxModel doFillCpuArchitectureItems()
      • doFillNetworkModeItems

        public ListBoxModel doFillNetworkModeItems()
      • doCheckTemplateName

        public FormValidation doCheckTemplateName​(@QueryParameter
                                                  String value,
                                                  @QueryParameter
                                                  String taskDefinitionOverride)
                                           throws IOException,
                                                  javax.servlet.ServletException
        Throws:
        IOException
        javax.servlet.ServletException
      • doCheckSubnetsLaunchType

        public FormValidation doCheckSubnetsLaunchType​(@QueryParameter("subnets")
                                                       String subnets,
                                                       @QueryParameter("launchType")
                                                       String launchType)
                                                throws IOException,
                                                       javax.servlet.ServletException
        Throws:
        IOException
        javax.servlet.ServletException
      • doCheckOperatingSystemFamilyLaunchType

        public FormValidation doCheckOperatingSystemFamilyLaunchType​(@QueryParameter("operatingSystemFamily")
                                                                     String operatingSystemFamily,
                                                                     @QueryParameter("launchType")
                                                                     String launchType)
                                                              throws IOException,
                                                                     javax.servlet.ServletException
        Throws:
        IOException
        javax.servlet.ServletException
      • doCheckCpuArchitectureLaunchType

        public FormValidation doCheckCpuArchitectureLaunchType​(@QueryParameter("cpuArchitecture")
                                                               String cpuArchitecture,
                                                               @QueryParameter("launchType")
                                                               String launchType)
                                                        throws IOException,
                                                               javax.servlet.ServletException
        Throws:
        IOException
        javax.servlet.ServletException
      • doCheckSubnetsNetworkMode

        public FormValidation doCheckSubnetsNetworkMode​(@QueryParameter("subnets")
                                                        String subnets,
                                                        @QueryParameter("networkMode")
                                                        String networkMode)
                                                 throws IOException,
                                                        javax.servlet.ServletException
        Throws:
        IOException
        javax.servlet.ServletException
      • doCheckMemory

        public FormValidation doCheckMemory​(@QueryParameter("memory")
                                            int memory,
                                            @QueryParameter("memoryReservation")
                                            int memoryReservation,
                                            @QueryParameter
                                            String taskDefinitionOverride)
                                     throws IOException,
                                            javax.servlet.ServletException
        Throws:
        IOException
        javax.servlet.ServletException
      • doCheckMemoryReservation

        public FormValidation doCheckMemoryReservation​(@QueryParameter("memory")
                                                       int memory,
                                                       @QueryParameter("memoryReservation")
                                                       int memoryReservation,
                                                       @QueryParameter
                                                       String taskDefinitionOverride)
                                                throws IOException,
                                                       javax.servlet.ServletException
        Throws:
        IOException
        javax.servlet.ServletException