Class UiPathDeploy.DescriptorImpl

java.lang.Object
hudson.model.Descriptor<T>
hudson.tasks.BuildStepDescriptor<Publisher>
com.uipath.uipathpackage.UiPathDeploy.DescriptorImpl
All Implemented Interfaces:
Saveable, OnMaster
Enclosing class:
UiPathDeploy

@Symbol("UiPathDeploy") @Extension public static final class UiPathDeploy.DescriptorImpl extends BuildStepDescriptor<Publisher>
  • Constructor Details

    • DescriptorImpl

      public DescriptorImpl()
  • Method Details

    • getDisplayName

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

      public boolean isApplicable(Class<? extends AbstractProject> aClass)
      Returns true if this task is applicable to the given project.
      Specified by:
      isApplicable in class BuildStepDescriptor<Publisher>
      Returns:
      true to allow user to configure this post-promotion task for the given project.
      See Also:
    • doCheckPackagePath

      public FormValidation doCheckPackagePath(@QueryParameter String value)
      Validates Package(s) Path
      Parameters:
      value - value of package path
      Returns:
      FormValidation
    • doCheckOrchestratorAddress

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

      public FormValidation doCheckFolderName(@QueryParameter String value)
      Validates Orchestrator Folder
      Parameters:
      value - value of orchestrator folder
      Returns:
      FormValidation
    • doCheckEntryPointPaths

      public FormValidation doCheckEntryPointPaths(@QueryParameter String value)
      Validates Entry Point Paths
      Parameters:
      value - value of entry point paths
      Returns:
      FormValidation
    • getAuthenticationDescriptors

      public 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