序列化表格


软件包 hudson.scm

hudson.scm.BlameSubversionRepositoryBrowser 继承 hudson.scm.RepositoryBrowser<BlameSubversionChangeLogSet.LogEntry> 实现 Serializable

serialVersionUID: 1L

hudson.scm.BlameSubversionSCM 继承 hudson.scm.SCM 实现 Serializable

serialVersionUID: 1L

序列化字段

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.

从以下版本开始:
1.91

locations

BlameSubversionSCM.ModuleLocation[] locations

useUpdate

boolean useUpdate

doRevert

boolean doRevert

excludedRegions

java.lang.String excludedRegions

includedRegions

java.lang.String includedRegions

excludedUsers

java.lang.String excludedUsers

excludedRevprop

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


excludedCommitMessages

java.lang.String excludedCommitMessages

modules

java.lang.String modules
已过时。 

hudson.scm.BlameSubversionSCM.DescriptorImpl.Credential 继承 java.lang.Object 实现 Serializable

hudson.scm.BlameSubversionSCM.DescriptorImpl.PasswordCredential 继承 BlameSubversionSCM.DescriptorImpl.Credential 实现 Serializable

序列化字段

userName

java.lang.String userName

password

java.lang.String password

hudson.scm.BlameSubversionSCM.DescriptorImpl.SshPublicKeyCredential 继承 BlameSubversionSCM.DescriptorImpl.Credential 实现 Serializable

序列化字段

userName

java.lang.String userName

passphrase

java.lang.String passphrase

id

java.lang.String id

hudson.scm.BlameSubversionSCM.DescriptorImpl.SslClientCertificateCredential 继承 BlameSubversionSCM.DescriptorImpl.Credential 实现 Serializable

序列化字段

certificate

hudson.util.Secret certificate

password

java.lang.String password

hudson.scm.BlameSubversionSCM.ModuleLocation 继承 java.lang.Object 实现 Serializable

serialVersionUID: 1L

序列化字段

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
已过时。 Code should use BlameSubversionSCM.ModuleLocation.getLocalDir(). This field is only intended for form binding.
Remembers the user-given value. Can be null.

hudson.scm.BlameSubversionSCM.SvnInfo 继承 java.lang.Object 实现 Serializable

serialVersionUID: 1L

序列化字段

url

java.lang.String url
Decoded repository URL.


revision

long revision

类 hudson.scm.PollingResult 继承 java.lang.Object 实现 Serializable

serialVersionUID: 1L

序列化字段

baseline

hudson.scm.SCMRevisionState baseline

remote

hudson.scm.SCMRevisionState remote

change

hudson.scm.PollingResult.Change change

类 hudson.scm.RepositoryBrowser 继承 java.lang.Object 实现 Serializable

serialVersionUID: 1L

hudson.scm.RevisionParameterAction 继承 hudson.model.InvisibleAction 实现 Serializable

序列化字段

revisions

java.util.List<E> revisions

软件包 hudson.scm.browsers

hudson.scm.browsers.AbstractSventon 继承 BlameSubversionRepositoryBrowser 实现 Serializable

序列化字段

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

hudson.scm.browsers.CollabNetSVN 继承 BlameSubversionRepositoryBrowser 实现 Serializable

序列化字段

url

java.net.URL url

hudson.scm.browsers.FishEyeSVN 继承 BlameSubversionRepositoryBrowser 实现 Serializable

serialVersionUID: 1L

序列化字段

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.

hudson.scm.browsers.Sventon 继承 AbstractSventon 实现 Serializable

serialVersionUID: 1L

hudson.scm.browsers.Sventon2 继承 AbstractSventon 实现 Serializable

serialVersionUID: 1L

hudson.scm.browsers.ViewSVN 继承 BlameSubversionRepositoryBrowser 实现 Serializable

serialVersionUID: 1L

序列化字段

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.

hudson.scm.browsers.WebSVN 继承 BlameSubversionRepositoryBrowser 实现 Serializable

serialVersionUID: 1L

序列化字段

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 © 2010. All Rights Reserved.