Uses of Class
hudson.scm.CVSRepositoryBrowser
Packages that use CVSRepositoryBrowser
-
Uses of CVSRepositoryBrowser in hudson.scm
Methods in hudson.scm that return CVSRepositoryBrowserMethods in hudson.scm with parameters of type CVSRepositoryBrowserModifier and TypeMethodDescriptionLegacyConvertor.convertLegacyConfigToRepositoryStructure
(String cvsRoot, String allModules, String branch, boolean isBranchActuallyTag, String excludedRegions, boolean useHeadIfNotFound, CVSRepositoryBrowser browser) Constructors in hudson.scm with parameters of type CVSRepositoryBrowserModifierConstructorDescriptionCvsProjectset
(CvsRepository[] repositories, boolean canUseUpdate, String username, String password, CVSRepositoryBrowser browser, boolean skipChangeLog, boolean pruneEmptyDirectories, boolean disableCvsQuiet, boolean cleanOnFailedUpdate, boolean forceCleanCopy) CvsRepository
(String cvsRoot, boolean passwordRequired, String password, List<CvsRepositoryItem> repositoryItems, List<ExcludedRegion> excludedRegions, int compressionLevel, CVSRepositoryBrowser repositoryBrowser) CVSSCM
(String cvsRoot, String allModules, String branch, String cvsRsh, boolean canUseUpdate, boolean useHeadIfNotFound, boolean legacy, boolean isTag, String excludedRegions, CVSRepositoryBrowser browser) Deprecated. -
Uses of CVSRepositoryBrowser in hudson.scm.browsers
Subclasses of CVSRepositoryBrowser in hudson.scm.browsersModifier and TypeClassDescriptionclass
final class
Repository browser for CVS in a FishEye server.final class
final class
RepositoryBrowser
for CVS.Methods in hudson.scm.browsers that return CVSRepositoryBrowserModifier and TypeMethodDescriptionprotected CVSRepositoryBrowser
CvsFacadeRepositoryBrowser.resolveRepositoryBrowser
(CVSChangeLogSet.CVSChangeLog changelog) Constructors in hudson.scm.browsers with parameters of type CVSRepositoryBrowser