Package com.uipath.uipathpackage
Class UiPathTest.DescriptorImpl
- Enclosing class:
- UiPathTest
@Symbol("UiPathTest")
@Extension
public static final class UiPathTest.DescriptorImpl
extends BuildStepDescriptor<Publisher>
Descriptor
for Builder
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
-
Field Summary
Fields inherited from class hudson.model.Descriptor
clazz
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondoCheckFolderName
(String value) Validates Orchestrator FolderdoCheckOrchestratorAddress
(String value) Validates Orchestrator AddressdoCheckParametersFilePath
(String value) Validates ParametersFilePathdoCheckTimeout
(Item item, String value) Validates that the timeout is specifieddoFillTraceLevelItems
(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 listProvides the list of descriptors to the choice in hetero-radioProvides the display name to the build stepProvides the list of descriptors to the choice in hetero-radioboolean
isApplicable
(Class<? extends AbstractProject> jobType) Returns true if this task is applicable to the given project.Methods inherited from class hudson.tasks.BuildStepDescriptor
filter
Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
Constructor Details
-
DescriptorImpl
public DescriptorImpl()
-
-
Method Details
-
isApplicable
Returns true if this task is applicable to the given project.- Specified by:
isApplicable
in classBuildStepDescriptor<Publisher>
- Returns:
- true to allow user to configure this post-promotion task for the given project.
- See Also:
-
getDisplayName
Provides the display name to the build step- Overrides:
getDisplayName
in classDescriptor<Publisher>
- Returns:
- String display name
-
getEntryDescriptors
Provides the list of descriptors to the choice in hetero-radio- Returns:
- list of the Entry descriptors
-
getAuthenticationDescriptors
Provides the list of descriptors to the choice in hetero-radio- Returns:
- list of the authentication descriptors
-
doCheckOrchestratorAddress
Validates Orchestrator Address- Parameters:
value
- value of orchestrator address- Returns:
- FormValidation
-
doCheckFolderName
Validates Orchestrator Folder- Parameters:
value
- value of orchestrator folder- Returns:
- FormValidation
-
doCheckParametersFilePath
Validates ParametersFilePath- Parameters:
value
- value of parameters file path- Returns:
- FormValidation
-
doCheckTimeout
Validates that the timeout is specified- Parameters:
item
- Basic configuration unit in Hudsonvalue
- Environments- Returns:
- FormValidation
-
doFillTraceLevelItems
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
-