@Extension public static final class ConvertJobAction.ConvertJobActionDescriptor extends hudson.model.Descriptor<ConvertJobAction>
Constructor and Description |
---|
ConvertJobActionDescriptor() |
Modifier and Type | Method and Description |
---|---|
hudson.util.FormValidation |
doCheckNewName(String newName,
hudson.model.FreeStyleProject job)
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, toMap
public hudson.util.FormValidation doCheckNewName(@QueryParameter(value="newName") String newName, @AncestorInPath hudson.model.FreeStyleProject job)
newName
- Desired new name of new pipeline job.job
- Parent job whose conversion action has been invoked.Copyright © 2016–2017. All rights reserved.