Serialized Form


Package hudson.scm

Class hudson.scm.CVSRepositoryBrowser extends hudson.scm.RepositoryBrowser<hudson.scm.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

module

java.lang.String module

branch

java.lang.String branch

cvsRsh

java.lang.String cvsRsh

canUseUpdate

boolean canUseUpdate

flatten

boolean flatten

repositoryBrowser

hudson.scm.CVSRepositoryBrowser repositoryBrowser

isTag

boolean isTag

excludedRegions

java.lang.String excludedRegions

Class hudson.scm.RepositoryBrowser extends java.lang.Object implements Serializable

serialVersionUID: 1L

Class hudson.scm.SubversionRepositoryBrowser extends hudson.scm.RepositoryBrowser<SubversionChangeLogSet.LogEntry> implements Serializable

serialVersionUID: 1L

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

serialVersionUID: 1L

Serialized Fields

locations

SubversionSCM.ModuleLocation[] locations
the locations field is used to store all configured SVN locations (with their local and remote part). Direct access to this filed should be avoided and the getLocations() method should be used instead. This is needed to make importing of old hudson-configurations possible as getLocations() will check if the modules field has been set and import the data.

Since:
1.91

useUpdate

boolean useUpdate

browser

SubversionRepositoryBrowser browser

excludedRegions

java.lang.String excludedRegions

excludedUsers

java.lang.String excludedUsers

excludedRevprop

java.lang.String excludedRevprop

modules

java.lang.String modules
Deprecated. 

Class hudson.scm.SubversionSCM.DescriptorImpl.Credential extends java.lang.Object implements Serializable

Class hudson.scm.SubversionSCM.ModuleLocation extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

remote

java.lang.String remote
Subversion URL to check out. This may include "@NNN" at the end to indicate a fixed revision.


local

java.lang.String local
Deprecated. Code should use SubversionSCM.ModuleLocation.getLocalDir(). This field is only intended for form binding.
Remembers the user-given value. Can be null.

Class hudson.scm.SubversionSCM.SvnInfo extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

url

java.lang.String url
Decoded repository URL.


revision

long revision

Package hudson.scm.browsers

Class hudson.scm.browsers.AbstractSventon extends SubversionRepositoryBrowser implements Serializable

Serialized Fields

url

java.net.URL url
The URL of the Sventon 2.x repository. This is normally like http://somehost.com/svn/ Normalized to have '/' at the tail.


repositoryInstance

java.lang.String repositoryInstance
Repository instance. Cannot be empty

Class hudson.scm.browsers.CollabNetSVN extends SubversionRepositoryBrowser implements Serializable

Serialized Fields

url

java.net.URL url

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

serialVersionUID: 1L

Serialized Fields

url

java.net.URL url

Class hudson.scm.browsers.FishEyeSVN extends SubversionRepositoryBrowser implements Serializable

serialVersionUID: 1L

Serialized Fields

url

java.net.URL url
The URL of the FishEye repository. This is normally like http://fisheye5.cenqua.com/browse/glassfish/ Normalized to have '/' at the tail.


rootModule

java.lang.String rootModule
Root SVN module name (like 'foo/bar' — normalized to have no leading nor trailing slash.) Can be empty.

Class hudson.scm.browsers.Sventon extends AbstractSventon implements Serializable

serialVersionUID: 1L

Class hudson.scm.browsers.Sventon2 extends AbstractSventon implements Serializable

serialVersionUID: 1L

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

serialVersionUID: 1L

Serialized Fields

url

java.net.URL url

Class hudson.scm.browsers.ViewSVN extends SubversionRepositoryBrowser 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://svn.apache.org/viewvc/ It may contain a query parameter like ?root=foobar, so relative URL construction needs to be done with care.

Class hudson.scm.browsers.WebSVN extends SubversionRepositoryBrowser 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://svn.apache.org/wsvn/ It may contain a query parameter like ?root=foobar, so relative URL construction needs to be done with care.



Copyright © 2009. All Rights Reserved.