Serialized Form
serialVersionUID: 1L
serialVersionUID: 1L
cvsroot
java.lang.String cvsroot
- CVSSCM connection string, like ":pserver:me@host:/cvs"
module
java.lang.String module
- Module names.
This could be a whitespace/NL-separated list of multiple modules.
Modules could be either directories or files. "\ " is used to escape
" ", which is needed for modules with whitespace in it.
branch
java.lang.String branch
cvsRsh
java.lang.String cvsRsh
canUseUpdate
boolean canUseUpdate
flatten
boolean flatten
- True to avoid creating a sub-directory inside the workspace.
(Works only when there's just one module.)
repositoryBrowser
CVSRepositoryBrowser repositoryBrowser
isTag
boolean isTag
excludedRegions
java.lang.String excludedRegions
|
Class hudson.scm.RepositoryBrowser extends java.lang.Object implements Serializable |
serialVersionUID: 1L
|
Package hudson.scm.browsers |
serialVersionUID: 1L
url
java.net.URL url
- The URL of the FishEye repository, e.g.
http://deadlock.netbeans.org/fisheye/browse/netbeans/
serialVersionUID: 1L
url
java.net.URL url
- The URL of the top of the site.
Normalized to ends with '/', like http://isscvs.cern.ch/cgi-bin/viewcvs-all.cgi/
It may contain a query parameter like ?cvsroot=foobar, so relative URL
construction needs to be done with care.
Copyright © 2010. All Rights Reserved.