Class GerritProject.DescriptorImpl

    • Constructor Detail

      • DescriptorImpl

        public DescriptorImpl()
    • Method Detail

      • doFillPatternItems

        public ComboBoxModel doFillPatternItems​(@AncestorInPath
                                                Item project,
                                                @QueryParameter("serverName") @RelativePath("..")
                                                String serverName)
        Used to fill the project pattern combobox with AJAX. The filled values will depend on the server that the user has chosen from the dropdown.
        Parameters:
        project - the current project.
        serverName - the name of the server that the user has chosen.
        Returns:
        ComboBoxModels containing a list of all Gerrit Projects found on that server.