Serialized Form


Package hudson.scm

Class hudson.scm.BlameSubversionRepositoryBrowser extends hudson.scm.RepositoryBrowser<BlameSubversionChangeLogSet.LogEntry> implements Serializable

serialVersionUID: 1L

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

serialVersionUID: 1L

Serialized Fields

alwaysCollectSVNInfo

boolean alwaysCollectSVNInfo
the locations field is used to store all configured SVN locations (with their local and remote part). Direct access to this field 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

locations

BlameSubversionSCM.ModuleLocation[] locations

useUpdate

boolean useUpdate

doRevert

boolean doRevert

excludedRegions

String excludedRegions

includedRegions

String includedRegions

excludedUsers

String excludedUsers

excludedRevprop

String excludedRevprop
Revision property names that are ignored for the sake of polling. Whitespace separated, possibly null.


excludedCommitMessages

String excludedCommitMessages

modules

String modules
Deprecated. 

Class hudson.scm.BlameSubversionSCM.DescriptorImpl.Credential extends Object implements Serializable

Class hudson.scm.BlameSubversionSCM.DescriptorImpl.PasswordCredential extends BlameSubversionSCM.DescriptorImpl.Credential implements Serializable

Serialized Fields

userName

String userName

password

String password

Class hudson.scm.BlameSubversionSCM.DescriptorImpl.SshPublicKeyCredential extends BlameSubversionSCM.DescriptorImpl.Credential implements Serializable

Serialized Fields

userName

String userName

passphrase

String passphrase

id

String id

Class hudson.scm.BlameSubversionSCM.DescriptorImpl.SslClientCertificateCredential extends BlameSubversionSCM.DescriptorImpl.Credential implements Serializable

Serialized Fields

certificate

hudson.util.Secret certificate

password

String password

Class hudson.scm.BlameSubversionSCM.ModuleLocation extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

remote

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


local

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

Class hudson.scm.BlameSubversionSCM.SvnInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

url

String url
Decoded repository URL.


revision

long revision

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

Class hudson.scm.RevisionParameterAction extends hudson.model.InvisibleAction implements Serializable

Serialized Fields

revisions

List<E> revisions

Package hudson.scm.browsers

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

Serialized Fields

url

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

String repositoryInstance
Repository instance. Cannot be empty

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

Serialized Fields

url

URL url

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

serialVersionUID: 1L

Serialized Fields

url

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

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.ViewSVN extends BlameSubversionRepositoryBrowser implements Serializable

serialVersionUID: 1L

Serialized Fields

url

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 BlameSubversionRepositoryBrowser implements Serializable

serialVersionUID: 1L

Serialized Fields

url

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 © 2004-2012 Hudson. All Rights Reserved.