Class UiPathRunJob.DescriptorImpl

    • Constructor Detail

      • DescriptorImpl

        public DescriptorImpl()
    • Method Detail

      • getDisplayName

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

        public FormValidation doCheckProcessName​(@QueryParameter
                                                 java.lang.String value)
        Validates Process Name
        Parameters:
        value - value of process name
        Returns:
        FormValidation
      • doCheckParametersFilePath

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

        public FormValidation doCheckResultFilePath​(@QueryParameter
                                                    java.lang.String value)
        Validates ResultFilePath
        Parameters:
        value - value of result file path
        Returns:
        FormValidation
      • 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
      • doFillPriorityItems

        public ListBoxModel doFillPriorityItems​(@AncestorInPath
                                                Item item)
        Returns the list of Priority options 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 StartProcessDtoJobPriority
      • getStrategyDescriptors

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

        public java.util.List<Descriptor> getJobTypeDescriptors()
        Provides the list of descriptors to the choice in hetero-radio
        Returns:
        list of the job type 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
      • 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