Class TestProjectEntry.DescriptorImpl

java.lang.Object
hudson.model.Descriptor<SelectEntry>
com.uipath.uipathpackage.entries.testExecutionTarget.TestProjectEntry.DescriptorImpl
All Implemented Interfaces:
Saveable, OnMaster
Enclosing class:
TestProjectEntry

@Symbol("TestProject") @Extension public static class TestProjectEntry.DescriptorImpl extends Descriptor<SelectEntry>
  • Constructor Details

    • DescriptorImpl

      public DescriptorImpl()
  • Method Details

    • getDisplayName

      @Nonnull public String getDisplayName()
      Overrides:
      getDisplayName in class Descriptor<SelectEntry>
    • doCheckTestProjectPath

      public FormValidation doCheckTestProjectPath(@AncestorInPath Item item, @QueryParameter String value)
      Validates that the test project path is specified
      Parameters:
      item - Basic configuration unit in Hudson
      value - Test project path
      Returns:
      FormValidation