@Extension
public static class ListSubversionTagsParameterDefinition.DescriptorImpl
extends hudson.model.ParameterDefinition.ParameterDescriptor
| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.tmatesoft.svn.core.auth.ISVNAuthenticationProvider |
createAuthenticationProvider(hudson.model.AbstractProject context)
Deprecated.
|
hudson.util.FormValidation |
doCheckCredentialsId(org.kohsuke.stapler.StaplerRequest req,
hudson.model.Item context,
String tagsDir,
String value) |
hudson.util.FormValidation |
doCheckTagsDir(org.kohsuke.stapler.StaplerRequest req,
hudson.model.Item context,
String value) |
hudson.util.FormValidation |
doCheckTagsFilter(String value) |
hudson.util.ListBoxModel |
doFillCredentialsIdItems(hudson.model.Item context,
String tagsDir) |
hudson.util.ListBoxModel |
doFillTagItems(hudson.model.Job<?,?> context,
String param) |
String |
getDisplayName() |
SubversionSCM.DescriptorImpl |
getSubversionSCMDescriptor()
Returns the descriptor of
SubversionSCM. |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, 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, toMap@Deprecated public org.tmatesoft.svn.core.auth.ISVNAuthenticationProvider createAuthenticationProvider(hudson.model.AbstractProject context)
@CheckForNull
public hudson.util.FormValidation doCheckTagsDir(org.kohsuke.stapler.StaplerRequest req,
@AncestorInPath
hudson.model.Item context,
@QueryParameter
String value)
public hudson.util.ListBoxModel doFillCredentialsIdItems(@AncestorInPath
hudson.model.Item context,
@QueryParameter
String tagsDir)
public hudson.util.FormValidation doCheckCredentialsId(org.kohsuke.stapler.StaplerRequest req,
@AncestorInPath
hudson.model.Item context,
@QueryParameter
String tagsDir,
@QueryParameter
String value)
public hudson.util.FormValidation doCheckTagsFilter(@QueryParameter
String value)
public hudson.util.ListBoxModel doFillTagItems(@AncestorInPath
hudson.model.Job<?,?> context,
@QueryParameter
String param)
public String getDisplayName()
getDisplayName in class hudson.model.ParameterDefinition.ParameterDescriptorpublic SubversionSCM.DescriptorImpl getSubversionSCMDescriptor()
SubversionSCM.Copyright © 2004–2015. All rights reserved.