Serialized Form


Package hudson.scm

Class hudson.scm.CVSRepositoryBrowser extends hudson.scm.RepositoryBrowser<CVSChangeLogSet.CVSChangeLog> implements Serializable

serialVersionUID: 1L

Class hudson.scm.CVSSCM extends hudson.scm.SCM implements Serializable

serialVersionUID: 1L

Serialized Fields

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

Class hudson.scm.browsers.FishEyeCVS extends CVSRepositoryBrowser implements Serializable

serialVersionUID: 1L

Serialized Fields

url

java.net.URL url
The URL of the FishEye repository, e.g. http://deadlock.netbeans.org/fisheye/browse/netbeans/

Class hudson.scm.browsers.ViewCVS extends CVSRepositoryBrowser implements Serializable

serialVersionUID: 1L

Serialized Fields

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.