Serialized Form
|
Class hudson.scm.PollingResult extends Object implements Serializable |
serialVersionUID: 1L
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
serialVersionUID: 1L
revisions
List<E> revisions
serialVersionUID: 1L
serialVersionUID: 1L
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.
serialVersionUID: 1L
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.
serialVersionUID: 1L
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.
serialVersionUID: 1L
url
String url
- Decoded repository URL.
revision
long revision
|
Package hudson.scm.browsers |
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
url
URL url
serialVersionUID: 1L
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.
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
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.
serialVersionUID: 1L
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.
serialVersionUID: 1L
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.
url
URL url
baseUrl
URL baseUrl
repname
String repname
|
Package hudson.scm.credential |
userName
String userName
password
String password
userName
String userName
passphrase
String passphrase
id
String id
certificate
hudson.util.Secret certificate
password
String password
|
Package hudson.scm.listtagsparameter |
tagsDir
String tagsDir
- The Subversion repository which contains the tags to be listed.
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).
tagsDir
String tagsDir
tag
String tag
|
Package hudson.scm.subversion |
serialVersionUID: 1L
manager
org.tmatesoft.svn.core.wc.SVNClientManager manager
- Factory for various subversion commands.
authProvider
org.tmatesoft.svn.core.auth.ISVNAuthenticationProvider authProvider
- Encapusulates the authentication. Connected back to Hudson master. Never null.
queueTime
Date queueTime
- When the build was scheduled.
buildTime
Date buildTime
- When the build was started.
listener
hudson.model.TaskListener listener
- Connected to build console. Never null.
locations
SubversionSCM.ModuleLocation[] locations
- Modules to check out. Never null.
ws
File ws
- Build workspace. Never null.
revisionParameterAction
RevisionParameterAction revisionParameterAction
- If the build parameter is specified with specific version numbers, this field captures that. Can be null.
revisionPolicy
SubversionSCM.RevisionPolicy revisionPolicy
- Global defined revision policy.
Copyright © 2004-2013 Hudson. All Rights Reserved.