Package com.uipath.uipathpackage
Class UiPathDeploy.DescriptorImpl
- Enclosing class:
- UiPathDeploy
@Symbol("UiPathDeploy")
@Extension
public static final class UiPathDeploy.DescriptorImpl
extends BuildStepDescriptor<Publisher>
-
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 TypeMethodDescriptiondoCheckEntryPointPaths
(String value) Validates Entry Point PathsdoCheckFolderName
(String value) Validates Orchestrator FolderdoCheckOrchestratorAddress
(String value) Validates Orchestrator AddressdoCheckPackagePath
(String value) Validates Package(s) PathdoFillTraceLevelItems
(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-radioSets the display name of the build stepboolean
isApplicable
(Class<? extends AbstractProject> aClass) 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
-
getDisplayName
Sets the display name of the build step- Overrides:
getDisplayName
in classDescriptor<Publisher>
- Returns:
- String display name
-
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:
-
doCheckPackagePath
Validates Package(s) Path- Parameters:
value
- value of package path- Returns:
- FormValidation
-
doCheckOrchestratorAddress
Validates Orchestrator Address- Parameters:
value
- value of orchestrator address- Returns:
- FormValidation
-
doCheckFolderName
Validates Orchestrator Folder- Parameters:
value
- value of orchestrator folder- Returns:
- FormValidation
-
doCheckEntryPointPaths
Validates Entry Point Paths- Parameters:
value
- value of entry point paths- Returns:
- FormValidation
-
getAuthenticationDescriptors
Provides the list of descriptors to the choice in hetero-radio- Returns:
- list of the authentication descriptors
-
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
-