Class ArtifactoryChoiceListProvider.ArtifactoryDescriptorImpl

    • Constructor Detail

      • ArtifactoryDescriptorImpl

        public ArtifactoryDescriptorImpl()
    • Method Detail

      • getDisplayName

        public String getDisplayName()
        the display name shown in the dropdown 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 item,
                                                     @QueryParameter
                                                     String credentialsId)
      • doTest

        public FormValidation doTest​(@AncestorInPath
                                     Item pItem,
                                     @QueryParameter
                                     String url,
                                     @QueryParameter
                                     String credentialsId,
                                     @QueryParameter
                                     String groupId,
                                     @QueryParameter
                                     String artifactId,
                                     @QueryParameter
                                     String packaging,
                                     @QueryParameter
                                     String classifier,
                                     @QueryParameter
                                     boolean inverseFilter,
                                     @QueryParameter
                                     String filterExpression,
                                     @QueryParameter
                                     boolean reverseOrder)