public static final class Publisher.DescriptorImpl extends BuildStepDescriptor<Publisher>
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Selfclazz| Modifier and Type | Method and Description |
|---|---|
FormValidation |
doCheckFailedFails(String value) |
FormValidation |
doCheckFailedSkips(String value) |
FormValidation |
doCheckUnstableFails(String value) |
FormValidation |
doCheckUnstableSkips(String value) |
String |
getDisplayName() |
boolean |
isApplicable(Class<? extends AbstractProject> aClass) |
Publisher |
newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
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, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic String getDisplayName()
getDisplayName in class Descriptor<Publisher>public Publisher newInstance(@NonNull org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) throws Descriptor.FormException
newInstance in class Descriptor<Publisher>Descriptor.FormExceptionpublic boolean isApplicable(Class<? extends AbstractProject> aClass)
isApplicable in class BuildStepDescriptor<Publisher>@POST public FormValidation doCheckUnstableSkips(@QueryParameter String value)
@POST public FormValidation doCheckUnstableFails(@QueryParameter String value)
@POST public FormValidation doCheckFailedSkips(@QueryParameter String value)
@POST public FormValidation doCheckFailedFails(@QueryParameter String value)
Copyright © 2016–2021. All rights reserved.