Class ECSTaskTemplateStep.DescriptorImpl

    • Constructor Detail

      • DescriptorImpl

        public DescriptorImpl()
    • Method Detail

      • getFunctionName

        public String getFunctionName()
        Specified by:
        getFunctionName in class org.jenkinsci.plugins.workflow.steps.StepDescriptor
      • takesImplicitBlockArgument

        public boolean takesImplicitBlockArgument()
        Overrides:
        takesImplicitBlockArgument in class org.jenkinsci.plugins.workflow.steps.StepDescriptor
      • isAdvanced

        public boolean isAdvanced()
        Overrides:
        isAdvanced in class org.jenkinsci.plugins.workflow.steps.StepDescriptor
      • getRequiredContext

        public Set<? extends Class<?>> getRequiredContext()
        Specified by:
        getRequiredContext in class org.jenkinsci.plugins.workflow.steps.StepDescriptor
      • doFillLaunchTypeItems

        public ListBoxModel doFillLaunchTypeItems()
      • doFillNetworkModeItems

        public ListBoxModel doFillNetworkModeItems()
      • doFillProtocolItems

        public ListBoxModel doFillProtocolItems()
      • doCheckSubnetsLaunchType

        public FormValidation doCheckSubnetsLaunchType​(@QueryParameter("subnets")
                                                       String subnets,
                                                       @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)
                                     throws IOException,
                                            javax.servlet.ServletException
        Throws:
        IOException
        javax.servlet.ServletException
      • doCheckMemoryReservation

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