@Extension public static class DeployNowJobProperty.DescriptorImpl extends JobPropertyDescriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
Modifier and Type | Field and Description |
---|---|
ExecutorService |
deployNowPool |
clazz
Constructor and Description |
---|
DescriptorImpl() |
Modifier and Type | Method and Description |
---|---|
DeployHostsContext<AbstractProject<?,?>> |
createHostsContext(AbstractProject<?,?> it,
DeployNowJobProperty instance)
Called by stapler to create the
DeployHostsContext . |
String |
getDisplayName() |
DeployNowJobProperty |
getInstance(AbstractProject<?,?> project) |
Set<DeploySourceOrigin> |
getSources() |
JobProperty<?> |
newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
all, getPropertyDescriptors, isApplicable
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, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
public final ExecutorService deployNowPool
public String getDisplayName()
getDisplayName
in class Descriptor<JobProperty<?>>
public JobProperty<?> newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) throws Descriptor.FormException
newInstance
in class JobPropertyDescriptor
Descriptor.FormException
public DeployNowJobProperty getInstance(AbstractProject<?,?> project)
public Set<DeploySourceOrigin> getSources()
public DeployHostsContext<AbstractProject<?,?>> createHostsContext(AbstractProject<?,?> it, DeployNowJobProperty instance)
DeployHostsContext
.it
- the project.instance
- the builderCopyright © 2016–2022. All rights reserved.