@Extension public static final class ConvertRootAction.ConvertRootActionDescriptor extends hudson.model.Descriptor<ConvertRootAction>
| Constructor and Description |
|---|
ConvertRootActionDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
hudson.util.FormValidation |
doCheckNewName(String newName,
String sourceJob)
Validate new name by checking if any existing job exists with same name at current level.
|
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getDisplayName, 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, toMappublic hudson.util.FormValidation doCheckNewName(@QueryParameter(value="newName")
String newName,
@QueryParameter(value="sourceJob")
String sourceJob)
newName - Desired new name of new pipeline job.sourceJob - Full name of original FreeStyle job that will be converted.Copyright © 2016–2017. All rights reserved.