@Extension(ordinal=-1.0) public static class GitPublisher.DescriptorImpl extends BuildStepDescriptor<Publisher>
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Selfclazz| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
FormValidation |
doCheck(AbstractProject project,
String value)
Performs on-the-fly validation on the file mask wildcard.
|
FormValidation |
doCheckBranchName(String value) |
FormValidation |
doCheckNoteMsg(String value) |
FormValidation |
doCheckRemote(AbstractProject project,
org.kohsuke.stapler.StaplerRequest req) |
FormValidation |
doCheckTagName(String value) |
String |
getDisplayName() |
String |
getHelpFile() |
boolean |
isApplicable(Class<? extends AbstractProject> jobType) |
filteraddHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, 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 String getDisplayName()
getDisplayName in class Descriptor<Publisher>public String getHelpFile()
getHelpFile in class Descriptor<Publisher>public FormValidation doCheck(@AncestorInPath AbstractProject project, @QueryParameter String value) throws IOException
project - project context for evaluationvalue - string to be evaluatedIOException - on input or output errorpublic FormValidation doCheckTagName(@QueryParameter String value)
public FormValidation doCheckBranchName(@QueryParameter String value)
public FormValidation doCheckNoteMsg(@QueryParameter String value)
public FormValidation doCheckRemote(@AncestorInPath AbstractProject project, org.kohsuke.stapler.StaplerRequest req) throws IOException, javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic boolean isApplicable(Class<? extends AbstractProject> jobType)
isApplicable in class BuildStepDescriptor<Publisher>Copyright © 2007–2021. All rights reserved.