Serialized Form


Package hudson.scm

Class hudson.scm.DefaultSVNLogFilter extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

listener

hudson.model.TaskListener listener

excludedPatterns

Pattern[] excludedPatterns

includedPatterns

Pattern[] includedPatterns

excludedUsers

Set<E> excludedUsers

excludedRevprop

String excludedRevprop

excludedCommitMessages

Pattern[] excludedCommitMessages

ignoreDirPropChanges

boolean ignoreDirPropChanges

Class hudson.scm.NullSVNLogFilter extends Object implements Serializable

serialVersionUID: 1L

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

serialVersionUID: 1L

Serialized Fields

revisions

List<E> revisions

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 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

browser

SubversionRepositoryBrowser browser

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

workspaceUpdater

WorkspaceUpdater workspaceUpdater

modules

String modules
Deprecated. 

useUpdate

Boolean useUpdate
Deprecated. 

doRevert

Boolean doRevert
Deprecated. 

ignoreDirPropChanges

boolean ignoreDirPropChanges

filterChangelog

boolean filterChangelog

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

serialVersionUID: -3707951427730113110L

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

serialVersionUID: -1676145651108866745L

Serialized Fields

userName

String userName

password

String password

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

serialVersionUID: -4649332611621900514L

Serialized Fields

userName

String userName

passphrase

String passphrase

id

String id

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

serialVersionUID: 5455755079546887446L

Serialized Fields

certificate

hudson.util.Secret certificate

password

String password

Class hudson.scm.SubversionSCM.External extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

path

String path
Relative path within the workspace where this svn:exteranls exist.


url

String url
External SVN URL to be fetched.


revision

long revision
If the svn:external link is with the -r option, its number. Otherwise -1 to indicate that the head revision of the external repository should be fetched.

Class hudson.scm.SubversionSCM.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 SubversionSCM.ModuleLocation.getLocalDir(). This field is only intended for form binding.
Remembers the user-given value. Can be null.


depthOption

String depthOption
Subversion remote depth. Used as "--depth" option for checkout and update commands. Default value is "infinity".


ignoreExternalsOption

boolean ignoreExternalsOption
Flag to ignore subversion externals definitions.

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

serialVersionUID: 1L

Serialized Fields

url

String url
Decoded repository URL.


revision

long revision

Package hudson.scm.browsers

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

serialVersionUID: 3514464895743639935L

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.Assembla extends SubversionRepositoryBrowser implements Serializable

serialVersionUID: 1L

Serialized Fields

spaceName

String spaceName

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

serialVersionUID: 4638328794797996597L

Serialized Fields

url

URL url

Class hudson.scm.browsers.FishEyeSVN extends SubversionRepositoryBrowser 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.SVNWeb extends SubversionRepositoryBrowser 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.

Class hudson.scm.browsers.ViewSVN extends SubversionRepositoryBrowser 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 SubversionRepositoryBrowser 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.


Package hudson.scm.listtagsparameter

Class hudson.scm.listtagsparameter.ListSubversionTagsParameterDefinition extends hudson.model.ParameterDefinition implements Serializable

Serialized Fields

tagsDir

String tagsDir
The Subversion repository which contains the tags to be listed.


tagsFilter

String tagsFilter

reverseByDate

boolean reverseByDate

reverseByName

boolean reverseByName

defaultValue

String defaultValue

maxTags

String maxTags

uuid

UUID uuid
We use a UUID to uniquely identify each use of this parameter: We need this to find the project using this parameter in the getTags() method (which is called before the build takes place).

Class hudson.scm.listtagsparameter.ListSubversionTagsParameterValue extends hudson.model.ParameterValue implements Serializable

Serialized Fields

tagsDir

String tagsDir

tag

String tag

Package hudson.scm.subversion

Class hudson.scm.subversion.CheckoutUpdater extends WorkspaceUpdater implements Serializable

serialVersionUID: -3502075714024708011L

Class hudson.scm.subversion.UpdaterException extends RuntimeException implements Serializable

Class hudson.scm.subversion.UpdateUpdater extends WorkspaceUpdater implements Serializable

serialVersionUID: 1451258464864424355L

Class hudson.scm.subversion.UpdateUpdater.TaskImpl extends WorkspaceUpdater.UpdateTask implements Serializable

serialVersionUID: -5766470969352844330L

Class hudson.scm.subversion.UpdateWithCleanUpdater extends WorkspaceUpdater implements Serializable

serialVersionUID: 8427138737745329413L

Class hudson.scm.subversion.UpdateWithCleanUpdater.TaskImpl extends UpdateUpdater.TaskImpl implements Serializable

serialVersionUID: -5120852266435704852L

Class hudson.scm.subversion.UpdateWithRevertUpdater extends WorkspaceUpdater implements Serializable

serialVersionUID: 485917115133281105L

Class hudson.scm.subversion.UpdateWithRevertUpdater.TaskImpl extends UpdateUpdater.TaskImpl implements Serializable

serialVersionUID: -8562813147341259328L

Class hudson.scm.subversion.WorkspaceUpdater extends hudson.model.AbstractDescribableImpl<WorkspaceUpdater> implements Serializable

serialVersionUID: 8902811304319899817L

Class hudson.scm.subversion.WorkspaceUpdater.UpdateTask extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

manager

org.tmatesoft.svn.core.wc.SVNClientManager manager
Deprecated. as of 1.40 Use WorkspaceUpdater.UpdateTask.clientManager

clientManager

SvnClientManager clientManager
Factory for various subversion commands.


authProvider

org.tmatesoft.svn.core.auth.ISVNAuthenticationProvider authProvider
Encapusulates the authentication. Connected back to Hudson master. Never null.


timestamp

Date timestamp
In the absence of a revision-specific check out, we want to check out by this timestamp, not just the latest to ensure consistency. Never null.


listener

hudson.model.TaskListener listener
Connected to build console. Never null.


location

SubversionSCM.ModuleLocation location
Modules to check out. Never null.


ws

File ws
Build workspace. Never null.


revisions

RevisionParameterAction revisions
If the build parameter is specified with specific version numbers, this field captures that. Can be null.



Copyright © 2004-2013. All Rights Reserved.