Class Nexus3GenericChoiceListProvider.Nexus3GenericDescriptorImpl

    • Constructor Detail

      • Nexus3GenericDescriptorImpl

        public Nexus3GenericDescriptorImpl()
    • Method Detail

      • getDisplayName

        public String getDisplayName()
        the display name shown in the drop down to select a choice provider.
        Overrides:
        getDisplayName in class Descriptor<jp.ikedam.jenkins.plugins.extensible_choice_parameter.ChoiceListProvider>
        Returns:
        display name
        See Also:
        Descriptor.getDisplayName()
      • doFillCredentialsIdItems

        public ListBoxModel doFillCredentialsIdItems​(@AncestorInPath
                                                     Item pItem,
                                                     @QueryParameter
                                                     String credentialsId)
      • doTest

        public FormValidation doTest​(@AncestorInPath
                                     Item pItem,
                                     @QueryParameter
                                     String url,
                                     @QueryParameter
                                     String credentialsId,
                                     @QueryParameter
                                     String repositoryId,
                                     @QueryParameter
                                     String name,
                                     @QueryParameter
                                     boolean inverseFilter,
                                     @QueryParameter
                                     String filterExpression,
                                     @QueryParameter
                                     boolean reverseOrder)
      • configure

        public boolean configure​(org.kohsuke.stapler.StaplerRequest staplerRequest,
                                 net.sf.json.JSONObject json)
                          throws Descriptor.FormException
        Saves the Global-Option Settings
        Overrides:
        configure in class Descriptor<jp.ikedam.jenkins.plugins.extensible_choice_parameter.ChoiceListProvider>
        Throws:
        Descriptor.FormException