Class ListGitBranchesParameterDefinition.DescriptorImpl
java.lang.Object
hudson.model.Descriptor<ParameterDefinition>
hudson.model.ParameterDefinition.ParameterDescriptor
com.syhuang.hudson.plugins.listgitbranchesparameter.ListGitBranchesParameterDefinition.DescriptorImpl
- Enclosing class:
- ListGitBranchesParameterDefinition
@Symbol("listGitBranches")
@Extension
public static class ListGitBranchesParameterDefinition.DescriptorImpl
extends ParameterDefinition.ParameterDescriptor
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self -
Field Summary
Fields inherited from class hudson.model.Descriptor
clazz -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoCheckBranchFilter(String value) doCheckRemoteURL(org.kohsuke.stapler.StaplerRequest2 req, Item context, String value) doFillCredentialsIdItems(Item context, String remote) doFillValueItems(Job<?, ?> context, String param) fillCredentialsIdItems(Item context, String remote) Methods inherited from class hudson.model.ParameterDefinition.ParameterDescriptor
getValuePageMethods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, bindJSON, calcAutoCompleteSettings, calcFillSettings, configure, configure, configure, doHelp, 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, getStaticHelpUrl, getStaticHelpUrl, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
Constructor Details
-
DescriptorImpl
public DescriptorImpl()
-
-
Method Details
-
getDisplayName
- Overrides:
getDisplayNamein classParameterDefinition.ParameterDescriptor
-
doFillCredentialsIdItems
public ListBoxModel doFillCredentialsIdItems(@AncestorInPath Item context, @QueryParameter String remote) -
fillCredentialsIdItems
-
doCheckRemoteURL
public FormValidation doCheckRemoteURL(org.kohsuke.stapler.StaplerRequest2 req, @AncestorInPath Item context, @QueryParameter String value) -
doFillValueItems
public ListBoxModel doFillValueItems(@AncestorInPath Job<?, ?> context, @QueryParameter String param) throws IOException, InterruptedException- Throws:
IOExceptionInterruptedException
-
doCheckBranchFilter
-