@Symbol(value="gitParameter")
@Extension
public static class GitParameterDefinition.DescriptorImpl
extends hudson.model.ParameterDefinition.ParameterDescriptor
| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
hudson.util.FormValidation |
doCheckBranchFilter(String value) |
hudson.util.FormValidation |
doCheckUseRepository(String value) |
hudson.util.ListBoxModel |
doFillValueItems(hudson.model.Job job,
String param) |
String |
getDisplayName() |
List<hudson.plugins.git.GitSCM> |
getProjectSCMs(JobWrapper jobWrapper,
String repositoryName) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, 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 hudson.util.ListBoxModel doFillValueItems(@AncestorInPath
hudson.model.Job job,
@QueryParameter
String param)
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionpublic List<hudson.plugins.git.GitSCM> getProjectSCMs(JobWrapper jobWrapper, String repositoryName)
public hudson.util.FormValidation doCheckBranchFilter(@QueryParameter
String value)
public hudson.util.FormValidation doCheckUseRepository(@QueryParameter
String value)
Copyright © 2016–2018. All rights reserved.