Class UiPathDeploy.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
      • doCheckPackagePath

        public FormValidation doCheckPackagePath​(@QueryParameter
                                                 java.lang.String value)
        Validates Package(s) Path
        Parameters:
        value - value of package 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
      • doCheckEntryPointPaths

        public FormValidation doCheckEntryPointPaths​(@QueryParameter
                                                     java.lang.String value)
        Validates Entry Point Paths
        Parameters:
        value - value of entry point paths
        Returns:
        FormValidation
      • 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