Class UiPathPack.DescriptorImpl

    • Constructor Detail

      • DescriptorImpl

        public DescriptorImpl()
    • Method Detail

      • getEntryDescriptors

        public java.util.List<Descriptor> getEntryDescriptors()
        Provides the list of descriptors to the choice in hetero-radio
        Returns:
        list of the Entry descriptors
      • doCheckProjectJsonPath

        public FormValidation doCheckProjectJsonPath​(@QueryParameter
                                                     java.lang.String value)
        Validated the Project(s) path
        Parameters:
        value - Project Json Path value
        Returns:
        FormValidation
      • doCheckOutputPath

        public FormValidation doCheckOutputPath​(@QueryParameter
                                                java.lang.String value)
        Validates the output path
        Parameters:
        value - Output Path value
        Returns:
        FormValidation
      • getDisplayName

        @Nonnull
        public java.lang.String getDisplayName()
        Provides the display name to the build step
        Overrides:
        getDisplayName in class Descriptor<Builder>
        Returns:
        String display name
      • doFillOutputTypeItems

        public ListBoxModel doFillOutputTypeItems​(@AncestorInPath
                                                  Item item)
        Returns the list of Strings to be filled in choice If item is null or doesn't have configure permission it will return empty list
        Parameters:
        item - Basic configuration unit in Hudson
        Returns:
        ListBoxModel list of String
      • doFillTraceLevelItems

        public ListBoxModel doFillTraceLevelItems​(@AncestorInPath
                                                  Item item)
        Returns the list of Strings to be filled in choice If item is null or doesn't have configure permission it will return empty list
        Parameters:
        item - Basic configuration unit in Hudson
        Returns:
        ListBoxModel list of String
      • getAuthenticationDescriptors

        public java.util.List<Descriptor> getAuthenticationDescriptors()
        Provides the list of descriptors to the choice in hetero-radio
        Returns:
        list of the authentication descriptors