Uses of Class
hudson.scm.IntegrityRepositoryBrowser

Packages that use IntegrityRepositoryBrowser
hudson.scm   
hudson.scm.browsers   
 

Uses of IntegrityRepositoryBrowser in hudson.scm
 

Methods in hudson.scm that return IntegrityRepositoryBrowser
 IntegrityRepositoryBrowser IntegritySCM.getBrowser()
           
 

Constructors in hudson.scm with parameters of type IntegrityRepositoryBrowser
IntegritySCM(IntegrityRepositoryBrowser browser, String hostName, int port, boolean secure, String configPath, String userName, String password, boolean cleanCopy, String lineTerminator, boolean restoreTimestamp, boolean skipAuthorInfo)
          Create a constructor that takes non-transient fields, and add the annotation @DataBoundConstructor to it.
 

Uses of IntegrityRepositoryBrowser in hudson.scm.browsers
 

Subclasses of IntegrityRepositoryBrowser in hudson.scm.browsers
 class IntegrityWebUI
           
 



Copyright © 2004-2011 Hudson. All Rights Reserved.