Package com.uipath.uipathpackage
Class UiPathAssets.DescriptorImpl
- Enclosing class:
- UiPathAssets
@Symbol("UiPathAssets")
@Extension
public static class UiPathAssets.DescriptorImpl
extends BuildStepDescriptor<Builder>
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 TypeMethodDescriptiondoCheckFilePath
(String value) Validates CSV File PathdoCheckOrchestratorAddress
(String value) Validates Orchestrator AddressdoFillTraceLevelItems
(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 credentials in hetero-radioProvides the display name to the build stepProvides the list of descriptors to the choice assetsAction 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<Builder>
- Returns:
- true to allow user to configure this post-promotion task for the given project.
- See Also:
-
getEntryDescriptors
Provides the list of descriptors to the choice assetsAction in hetero-radio- Returns:
- list of the Entry descriptors
-
doCheckFilePath
Validates CSV File Path- Parameters:
value
- value of csv file path- Returns:
- FormValidation
-
doCheckOrchestratorAddress
Validates Orchestrator Address- Parameters:
value
- value of orchestrator address- Returns:
- FormValidation
-
getAuthenticationDescriptors
Provides the list of descriptors to the choice credentials 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
-
getDisplayName
Provides the display name to the build step- Overrides:
getDisplayName
in classDescriptor<Builder>
- Returns:
- String display name
-