@Extension public static final class RapidDeployJobPlanRunner.DescriptorImpl extends BuildStepDescriptor<Publisher>
RapidDeployJobPlanRunner. Used as a singleton. The class is marked as public so that it can be accessed from views.Descriptor.FormException, Descriptor.PropertyType, Descriptor.Selfclazz| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
FormValidation |
doCheckAuthenticationToken(String value,
Item item)
AUTHENTICATION TOKEN FIELD
|
FormValidation |
doCheckServerUrl(String value,
Item item)
SERVER URL FIELD
|
ListBoxModel |
doFillJobPlanItems(String serverUrl,
String authenticationToken,
Item item)
JOB PLANS FIELD
|
FormValidation |
doLoadJobPlans(String serverUrl,
String authenticationToken,
Item item)
LOAD JOB PLANS BUTTON
|
String |
getDisplayName()
This human readable name is used in the configuration screen.
|
boolean |
isApplicable(Class<? extends AbstractProject> aClass) |
filteraddHelpFileRedirect, 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, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic boolean isApplicable(Class<? extends AbstractProject> aClass)
isApplicable in class BuildStepDescriptor<Publisher>public String getDisplayName()
getDisplayName in class Descriptor<Publisher>public FormValidation doCheckServerUrl(@QueryParameter String value, @AncestorInPath Item item) throws IOException, javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic FormValidation doCheckAuthenticationToken(@QueryParameter String value, @AncestorInPath Item item) throws IOException, javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic FormValidation doLoadJobPlans(@QueryParameter(value="serverUrl") String serverUrl, @QueryParameter(value="authenticationToken") String authenticationToken, @AncestorInPath Item item) throws IOException, javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic ListBoxModel doFillJobPlanItems(@QueryParameter(value="serverUrl") String serverUrl, @QueryParameter(value="authenticationToken") String authenticationToken, @AncestorInPath Item item)
Copyright © 2016–2022. All rights reserved.