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

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

Serialized Fields

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

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

serialVersionUID: 1L

Serialized Fields

url

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

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.