@Symbol(value="gitParameter")
@Extension
public static class GitParameterDefinition.DescriptorImpl
extends hudson.model.ParameterDefinition.ParameterDescriptor
| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json) |
hudson.util.FormValidation |
doCheckBranchFilter(String value) |
hudson.util.FormValidation |
doCheckDefaultValue(String defaultValue) |
hudson.util.FormValidation |
doCheckUseRepository(String value) |
ItemsErrorModel |
doFillValueItems(hudson.model.Job job,
String param) |
String |
getDisplayName() |
boolean |
getShowNeedToCloneInformation() |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, 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.ParameterDefinition.ParameterDescriptorpublic ItemsErrorModel doFillValueItems(@AncestorInPath hudson.model.Job job, @QueryParameter String param)
public hudson.util.FormValidation doCheckDefaultValue(@QueryParameter
String defaultValue)
public hudson.util.FormValidation doCheckBranchFilter(@QueryParameter
String value)
public hudson.util.FormValidation doCheckUseRepository(@QueryParameter
String value)
public boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json)
throws hudson.model.Descriptor.FormException
configure in class hudson.model.Descriptor<hudson.model.ParameterDefinition>hudson.model.Descriptor.FormExceptionpublic boolean getShowNeedToCloneInformation()
Copyright © 2016–2019. All rights reserved.