@Symbol(value="UiPathPack")
@Extension
public static class UiPathPack.DescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>
Descriptor for Builder| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
hudson.util.FormValidation |
doCheckOutputPath(String value)
Validates the output path
|
hudson.util.FormValidation |
doCheckProjectJsonPath(String value)
Validated the Project(s) path
|
String |
getDisplayName()
Provides the display name to the build step
|
List<hudson.model.Descriptor> |
getEntryDescriptors()
Provides the enlist of descriptors to the choice in hetero-radio
|
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> jobType)
Returns true if this task is applicable to the given project.
|
addHelpFileRedirect, 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, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap@Nonnull public String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.tasks.Builder>public boolean isApplicable(Class<? extends hudson.model.AbstractProject> jobType)
isApplicable in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>AbstractProject.AbstractProjectDescriptor#isApplicable(Descriptor)public List<hudson.model.Descriptor> getEntryDescriptors()
public hudson.util.FormValidation doCheckProjectJsonPath(@QueryParameter
String value)
value - Project Json Path valuepublic hudson.util.FormValidation doCheckOutputPath(@QueryParameter
String value)
value - Output Path valueCopyright © 2016–2019. All rights reserved.