Package hudson.scm
Class SubversionSCM.ModuleLocation.DescriptorImpl
java.lang.Object
hudson.model.Descriptor<SubversionSCM.ModuleLocation>
hudson.scm.SubversionSCM.ModuleLocation.DescriptorImpl
- Enclosing class:
- SubversionSCM.ModuleLocation
@Extension
public static class SubversionSCM.ModuleLocation.DescriptorImpl
extends Descriptor<SubversionSCM.ModuleLocation>
-
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
-
Method Summary
Modifier and TypeMethodDescriptioncheckCredentialsId
(org.kohsuke.stapler.StaplerRequest req, Item context, String remote, String value) Validate the value for a remote (repository) location.doCheckCredentialsId
(org.kohsuke.stapler.StaplerRequest req, Item context, String remote, String value) Validate the value for a remote (repository) location.doCheckLocal
(String value) validate the value for a local location (local checkout directory).doCheckRemote
(org.kohsuke.stapler.StaplerRequest req, Item context, String value) Validate the value for a remote (repository) location.doFillCredentialsIdItems
(Item context, String remote) fillCredentialsIdItems
(Item context, String remote) Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, calcAutoCompleteSettings, calcFillSettings, configure, configure, 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, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
Constructor Details
-
DescriptorImpl
public DescriptorImpl()
-
-
Method Details
-
getDisplayName
- Overrides:
getDisplayName
in classDescriptor<SubversionSCM.ModuleLocation>
-
doFillCredentialsIdItems
public ListBoxModel doFillCredentialsIdItems(@AncestorInPath Item context, @QueryParameter String remote) -
fillCredentialsIdItems
-
doCheckRemote
public FormValidation doCheckRemote(org.kohsuke.stapler.StaplerRequest req, @AncestorInPath Item context, @QueryParameter String value) Validate the value for a remote (repository) location. -
doCheckCredentialsId
public FormValidation doCheckCredentialsId(org.kohsuke.stapler.StaplerRequest req, @AncestorInPath Item context, @QueryParameter String remote, @QueryParameter String value) Validate the value for a remote (repository) location. -
checkCredentialsId
public FormValidation checkCredentialsId(org.kohsuke.stapler.StaplerRequest req, @NonNull Item context, String remote, String value) Validate the value for a remote (repository) location. -
doCheckLocal
public FormValidation doCheckLocal(@QueryParameter String value) throws IOException, javax.servlet.ServletException validate the value for a local location (local checkout directory).- Throws:
IOException
javax.servlet.ServletException
-