Class UiPathTest.DescriptorImpl

    • Constructor Detail

      • DescriptorImpl

        public DescriptorImpl()
    • Method Detail

      • getDisplayName

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

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

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

        public FormValidation doCheckOrchestratorAddress​(@QueryParameter
                                                         java.lang.String value)
        Validates Orchestrator Address
        Parameters:
        value - value of orchestrator address
        Returns:
        FormValidation
      • doCheckFolderName

        public FormValidation doCheckFolderName​(@QueryParameter
                                                java.lang.String value)
        Validates Orchestrator Folder
        Parameters:
        value - value of orchestrator folder
        Returns:
        FormValidation
      • doCheckParametersFilePath

        public FormValidation doCheckParametersFilePath​(@QueryParameter
                                                        java.lang.String value)
        Validates ParametersFilePath
        Parameters:
        value - value of parameters file path
        Returns:
        FormValidation
      • doCheckTimeout

        public FormValidation doCheckTimeout​(@AncestorInPath
                                             Item item,
                                             @QueryParameter
                                             java.lang.String value)
        Validates that the timeout is specified
        Parameters:
        item - Basic configuration unit in Hudson
        value - Environments
        Returns:
        FormValidation
      • 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