Uses of Class
hudson.scm.RepositoryBrowser

Packages that use RepositoryBrowser
hudson.scm Hudson's interface with source code management systems. 
jenkins.model   
 

Uses of RepositoryBrowser in hudson.scm
 

Fields in hudson.scm with type parameters of type RepositoryBrowser
static List<Descriptor<RepositoryBrowser<?>>> RepositoryBrowsers.LIST
          Deprecated. as of 1.286. Use all() for read access and Extension for registration.
 Class<? extends RepositoryBrowser> SCMDescriptor.repositoryBrowser
          If this SCM has corresponding RepositoryBrowser, that type.
 

Methods in hudson.scm with type parameters of type RepositoryBrowser
static
<T extends RepositoryBrowser>
T
RepositoryBrowsers.createInstance(Class<T> type, org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject parent, String fieldName)
          Creates an instance of RepositoryBrowser from a form submission.
static
<T extends RepositoryBrowser>
T
RepositoryBrowsers.createInstance(Class<T> type, org.kohsuke.stapler.StaplerRequest req, String fieldName)
          Deprecated. since 2008-06-19. Use RepositoryBrowsers.createInstance(Class, StaplerRequest, JSONObject, String).
 

Methods in hudson.scm that return RepositoryBrowser
 RepositoryBrowser<?> SCM.getBrowser()
          Returns the RepositoryBrowser for files controlled by this SCM.
 RepositoryBrowser<?> SCM.getEffectiveBrowser()
          Returns the applicable RepositoryBrowser for files controlled by this SCM.
 

Methods in hudson.scm that return types with arguments of type RepositoryBrowser
static DescriptorExtensionList<RepositoryBrowser<?>,Descriptor<RepositoryBrowser<?>>> RepositoryBrowser.all()
          Returns all the registered RepositoryBrowser descriptors.
static DescriptorExtensionList<RepositoryBrowser<?>,Descriptor<RepositoryBrowser<?>>> RepositoryBrowser.all()
          Returns all the registered RepositoryBrowser descriptors.
static List<Descriptor<RepositoryBrowser<?>>> RepositoryBrowsers.filter(Class<? extends RepositoryBrowser> t)
          Only returns those RepositoryBrowser descriptors that extend from the given type.
 List<Descriptor<RepositoryBrowser<?>>> SCMDescriptor.getBrowserDescriptors()
          Returns the list of RepositoryBrowser Descriptor that can be used with this SCM.
 

Method parameters in hudson.scm with type arguments of type RepositoryBrowser
static List<Descriptor<RepositoryBrowser<?>>> RepositoryBrowsers.filter(Class<? extends RepositoryBrowser> t)
          Only returns those RepositoryBrowser descriptors that extend from the given type.
 

Constructor parameters in hudson.scm with type arguments of type RepositoryBrowser
SCMDescriptor(Class<? extends RepositoryBrowser> repositoryBrowser)
          Infers the type of the corresponding SCM from the outer class.
SCMDescriptor(Class<T> clazz, Class<? extends RepositoryBrowser> repositoryBrowser)
           
 

Uses of RepositoryBrowser in jenkins.model
 

Methods in jenkins.model that return types with arguments of type RepositoryBrowser
 Descriptor<RepositoryBrowser<?>> Jenkins.getRepositoryBrowser(String shortClassName)
          Gets the repository browser descriptor by name.
 



Copyright © 2004-2013. All Rights Reserved.