Serialized Form
serialVersionUID: 1L
serialVersionUID: 1L
cvsroot
String cvsroot
- CVSSCM connection string, like ":pserver:me@host:/cvs"
module
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
String branch
cvsRsh
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
String excludedRegions
|
Class hudson.scm.PollingResult extends Object implements Serializable |
serialVersionUID: 1L
baseline
hudson.scm.SCMRevisionState baseline
remote
hudson.scm.SCMRevisionState remote
change
hudson.scm.PollingResult.Change change
|
Class hudson.scm.RepositoryBrowser extends hudson.model.AbstractDescribableImpl<hudson.scm.RepositoryBrowser<?>> implements Serializable |
serialVersionUID: 1L
|
Package hudson.scm.browsers |
serialVersionUID: 1L
url
URL url
- The URL of the FishEye repository, e.g.
http://deadlock.netbeans.org/fisheye/browse/netbeans/
serialVersionUID: 1L
url
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 © 2004-2011 Hudson. All Rights Reserved.