@Extension(ordinal=-1.0)
public static class GitPublisher.DescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
| Constructor and Description |
|---|
GitPublisher.DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
hudson.util.FormValidation |
doCheck(hudson.model.AbstractProject project,
String value)
Performs on-the-fly validation on the file mask wildcard.
|
hudson.util.FormValidation |
doCheckBranchName(String value) |
hudson.util.FormValidation |
doCheckNoteMsg(String value) |
hudson.util.FormValidation |
doCheckRemote(hudson.model.AbstractProject project,
org.kohsuke.stapler.StaplerRequest req) |
hudson.util.FormValidation |
doCheckTagName(String value) |
String |
getDisplayName() |
String |
getHelpFile() |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> jobType) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, 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<hudson.tasks.Publisher>public String getHelpFile()
getHelpFile in class hudson.model.Descriptor<hudson.tasks.Publisher>public hudson.util.FormValidation doCheck(@AncestorInPath
hudson.model.AbstractProject project,
@QueryParameter
String value)
throws IOException
IOExceptionpublic hudson.util.FormValidation doCheckTagName(@QueryParameter
String value)
public hudson.util.FormValidation doCheckBranchName(@QueryParameter
String value)
public hudson.util.FormValidation doCheckNoteMsg(@QueryParameter
String value)
public hudson.util.FormValidation doCheckRemote(@AncestorInPath
hudson.model.AbstractProject project,
org.kohsuke.stapler.StaplerRequest req)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic boolean isApplicable(Class<? extends hudson.model.AbstractProject> jobType)
isApplicable in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>Copyright © 2004-2015. All Rights Reserved.