Class NodeListBuildParameterFactory.DescriptorImpl

    • Constructor Detail

      • DescriptorImpl

        public DescriptorImpl()
    • Method Detail

      • getDisplayName

        public String getDisplayName()
        Overrides:
        getDisplayName in class Descriptor<hudson.plugins.parameterizedtrigger.AbstractBuildParameterFactory>
      • doAutoCompleteNodeListString

        public AutoCompletionCandidates doAutoCompleteNodeListString​(@QueryParameter
                                                                     String value)
        Autocompletion method, called by UI to support user filling the form
        Parameters:
        value - user provided string
        Returns:
        auto-completion candidates
      • doCheckNodeListString

        public FormValidation doCheckNodeListString​(@AncestorInPath
                                                    Item project,
                                                    @QueryParameter
                                                    String value)
        Form validation method.