Package com.uipath.uipathpackage
Class UiPathPack.DescriptorImpl
- Enclosing class:
- UiPathPack
@Symbol("UiPathPack")
@Extension
public static class UiPathPack.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 TypeMethodDescriptiondoCheckOutputPath
(String value) Validates the output pathdoCheckProjectJsonPath
(String value) Validated the Project(s) pathdoFillOutputTypeItems
(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 listdoFillTraceLevelItems
(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<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 in hetero-radio- Returns:
- list of the Entry descriptors
-
doCheckProjectJsonPath
Validated the Project(s) path- Parameters:
value
- Project Json Path value- Returns:
- FormValidation
-
doCheckOutputPath
Validates the output path- Parameters:
value
- Output Path value- Returns:
- FormValidation
-
getDisplayName
Provides the display name to the build step- Overrides:
getDisplayName
in classDescriptor<Builder>
- Returns:
- String display name
-
doFillOutputTypeItems
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
-
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
-
getAuthenticationDescriptors
Provides the list of descriptors to the choice in hetero-radio- Returns:
- list of the authentication descriptors
-