Class CloudScanMbs.DescriptorImpl

  • All Implemented Interfaces:
    Saveable, OnMaster
    Enclosing class:
    CloudScanMbs

    @Extension
    public static class CloudScanMbs.DescriptorImpl
    extends org.jenkinsci.plugins.workflow.steps.StepDescriptor
    • Constructor Detail

      • DescriptorImpl

        public DescriptorImpl()
    • Method Detail

      • getFunctionName

        public String getFunctionName()
        Specified by:
        getFunctionName 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
      • doRefreshProjects

        @POST
        public void doRefreshProjects​(org.kohsuke.stapler.StaplerRequest req,
                                      org.kohsuke.stapler.StaplerResponse rsp,
                                      @QueryParameter
                                      String value,
                                      @AncestorInPath
                                      Item item)
                               throws Exception
        Throws:
        Exception
      • doRefreshVersions

        @POST
        public void doRefreshVersions​(org.kohsuke.stapler.StaplerRequest req,
                                      org.kohsuke.stapler.StaplerResponse rsp,
                                      @QueryParameter
                                      String value,
                                      @AncestorInPath
                                      Item item)
                               throws Exception
        Throws:
        Exception
      • doFillAppNameItems

        @POST
        public ComboBoxModel doFillAppNameItems​(@AncestorInPath
                                                Item item)
      • doFillAppVersionItems

        @POST
        public ComboBoxModel doFillAppVersionItems​(@QueryParameter
                                                   String appName,
                                                   @AncestorInPath
                                                   Item item)
      • doFillSensorPoolUUIDItems

        @POST
        public ListBoxModel doFillSensorPoolUUIDItems​(@AncestorInPath
                                                      Item item)