@Extension public static class ReplaceOperation.DescriptorImpl extends hudson.model.Descriptor<JobcopyOperation>
| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
hudson.util.FormValidation |
doCheckFromStr(String fromStr,
boolean expandFromStr)
Validate the value input to "From String"
|
hudson.util.FormValidation |
doCheckToStr(String toStr,
boolean expandToStr)
Validate the value input to "To String"
|
String |
getDisplayName()
Returns the string to be shown in a job configuration page,
in the dropdown of "Add Copy Operation".
|
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, 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, toMappublic String getDisplayName()
getDisplayName in class hudson.model.Descriptor<JobcopyOperation>Descriptor.getDisplayName()public hudson.util.FormValidation doCheckFromStr(@QueryParameter
String fromStr,
@QueryParameter
boolean expandFromStr)
fromStr - the input to "From String"expandFromStr - the input to "Expand From String"public hudson.util.FormValidation doCheckToStr(@QueryParameter
String toStr,
@QueryParameter
boolean expandToStr)
toStr - the input to "To String"expandToStr - the input to "Expand To String"Copyright © 2016–2021. All rights reserved.