Serialized Form
-
Package hudson.scm
-
Class hudson.scm.CredentialsSVNAuthenticationProviderImpl
class CredentialsSVNAuthenticationProviderImpl extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
provider
CredentialsSVNAuthenticationProviderImpl.SVNAuthenticationBuilderProvider provider
-
realmObserver
CredentialsSVNAuthenticationProviderImpl.SVNUnauthenticatedRealmObserver realmObserver
-
-
Class hudson.scm.CredentialsSVNAuthenticationProviderImpl.RemotableSVNAuthenticationBuilderProvider
class RemotableSVNAuthenticationBuilderProvider extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
writeReplace
When sent to the remote node, send a proxy.
-
-
Serialized Fields
-
credentialsByRealm
Map<String,
com.cloudbees.plugins.credentials.Credentials> credentialsByRealm -
defaultCredentials
com.cloudbees.plugins.credentials.Credentials defaultCredentials
-
listener
TaskListener listener
-
-
Class hudson.scm.CredentialsSVNAuthenticationProviderImpl.RemotableSVNUnauthenticatedRealmObserver
class RemotableSVNUnauthenticatedRealmObserver extends Object implements Serializable -
Class hudson.scm.CredentialsSVNAuthenticationProviderImpl.SVNCertificateAuthenticationBuilder
class SVNCertificateAuthenticationBuilder extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
certificateFile
byte[] certificateFile
-
password
String password
-
-
Class hudson.scm.CredentialsSVNAuthenticationProviderImpl.SVNEmptyAuthenticationBuilder
class SVNEmptyAuthenticationBuilder extends Object implements Serializable- serialVersionUID:
- 1L
-
Class hudson.scm.CredentialsSVNAuthenticationProviderImpl.SVNUsernameAuthenticationBuilder
class SVNUsernameAuthenticationBuilder extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
username
String username
-
-
Class hudson.scm.CredentialsSVNAuthenticationProviderImpl.SVNUsernamePasswordAuthenticationBuilder
class SVNUsernamePasswordAuthenticationBuilder extends Object implements Serializable- serialVersionUID:
- 1L
-
Class hudson.scm.CredentialsSVNAuthenticationProviderImpl.SVNUsernamePrivateKeysAuthenticationBuilder
class SVNUsernamePrivateKeysAuthenticationBuilder extends Object implements Serializable- serialVersionUID:
- 1L
-
Class hudson.scm.DefaultSVNLogFilter
class DefaultSVNLogFilter extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
excludedCommitMessages
Pattern[] excludedCommitMessages
-
excludedPatterns
Pattern[] excludedPatterns
-
excludedRevprop
String excludedRevprop
-
excludedUsers
Set<String> excludedUsers
-
ignoreDirPropChanges
boolean ignoreDirPropChanges
-
includedPatterns
Pattern[] includedPatterns
-
listener
TaskListener listener
-
-
Class hudson.scm.NullSVNLogFilter
class NullSVNLogFilter extends Object implements Serializable- serialVersionUID:
- 1L
-
Class hudson.scm.PollingResult
class PollingResult extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
baseline
SCMRevisionState baseline
-
change
PollingResult.Change change
-
remote
SCMRevisionState remote
-
-
Class hudson.scm.RepositoryBrowser
class RepositoryBrowser extends AbstractDescribableImpl<RepositoryBrowser<?>> implements Serializable- serialVersionUID:
- 1L
-
Class hudson.scm.RevisionParameterAction
class RevisionParameterAction extends InvisibleAction implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
revisions
List<SubversionSCM.SvnInfo> revisions
-
-
Class hudson.scm.SubversionChangeLogBuilder.PathContext
class PathContext extends Object implements Serializable- serialVersionUID:
- 1L
-
Class hudson.scm.SubversionRepositoryBrowser
class SubversionRepositoryBrowser extends RepositoryBrowser<SubversionChangeLogSet.LogEntry> implements Serializable- serialVersionUID:
- 1L
-
Class hudson.scm.SubversionSCM.DescriptorImpl.Credential
class Credential extends Object implements Serializable- serialVersionUID:
- -3707951427730113110L
-
Class hudson.scm.SubversionSCM.DescriptorImpl.PasswordCredential
class PasswordCredential extends SubversionSCM.DescriptorImpl.Credential implements Serializable- serialVersionUID:
- -1676145651108866745L
-
Class hudson.scm.SubversionSCM.DescriptorImpl.SshPublicKeyCredential
class SshPublicKeyCredential extends SubversionSCM.DescriptorImpl.Credential implements Serializable- serialVersionUID:
- -4649332611621900514L
-
Class hudson.scm.SubversionSCM.DescriptorImpl.SslClientCertificateCredential
class SslClientCertificateCredential extends SubversionSCM.DescriptorImpl.Credential implements Serializable- serialVersionUID:
- 5455755079546887446L
-
Class hudson.scm.SubversionSCM.External
class External extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
path
String path
Relative path within the workspace where thissvn:exteranls
exist. -
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. -
url
String url
External SVN URL to be fetched.
-
-
Class hudson.scm.SubversionSCM.ModuleLocation
class ModuleLocation extends AbstractDescribableImpl<SubversionSCM.ModuleLocation> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
cancelProcessOnExternalsFail
boolean cancelProcessOnExternalsFail
Flag to cancel the process when checkout/update svn:externals failed. -
credentialsId
String credentialsId
The credentials to checkout with. -
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. -
local
String local
Deprecated.Remembers the user-given value. Can be null. -
remote
String remote
Subversion URL to check out. This may include "@NNN" at the end to indicate a fixed revision.
-
-
Class hudson.scm.SubversionSCM.SvnInfo
class SvnInfo extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
revision
long revision
-
url
String url
Decoded repository URL.
-
-
Class hudson.scm.SVNRevisionState
class SVNRevisionState extends SCMRevisionState implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
revisions
Map<String,
Long> revisions All the remote locations that we checked out. This includes those that are specified explicitly viaSubversionSCM.getLocations()
as well as those that are implicitly pulled in via svn:externals, but it excludes those locations that are added via svn:externals in a way that fixes revisions.
-
-
-
Package hudson.scm.browsers
-
Class hudson.scm.browsers.AbstractSventon
class AbstractSventon extends SubversionRepositoryBrowser implements Serializable- serialVersionUID:
- 3514464895743639935L
-
Class hudson.scm.browsers.Assembla
class Assembla extends SubversionRepositoryBrowser implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
spaceName
String spaceName
-
-
Class hudson.scm.browsers.CollabNetSVN
class CollabNetSVN extends SubversionRepositoryBrowser implements Serializable- serialVersionUID:
- 4638328794797996597L
-
Serialized Fields
-
url
URL url
-
-
Class hudson.scm.browsers.FishEyeSVN
class FishEyeSVN extends SubversionRepositoryBrowser implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
Class hudson.scm.browsers.Phabricator
class Phabricator extends SubversionRepositoryBrowser implements Serializable- serialVersionUID:
- 1L
-
Class hudson.scm.browsers.Sventon
class Sventon extends AbstractSventon implements Serializable- serialVersionUID:
- 1L
-
Class hudson.scm.browsers.Sventon2
class Sventon2 extends AbstractSventon implements Serializable- serialVersionUID:
- 1L
-
Class hudson.scm.browsers.SVNWeb
class 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
class ViewSVN extends SubversionRepositoryBrowser implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
url
URL url
The URL of the top of the site. Normalized to ends with '/', likehttp://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.VisualSVN
class VisualSVN extends SubversionRepositoryBrowser implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
url
String url
The URL of the top of the site.Normalized to ends with '/', like
https://demo-server.visualsvn.com/!/#tortoisesvn
It may contain a query parameter like?root=foobar
, so relative URL construction needs to be done with care.
-
-
Class hudson.scm.browsers.WebSVN
class 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
class ListSubversionTagsParameterDefinition extends ParameterDefinition implements Serializable- serialVersionUID:
- 1L
-
Class hudson.scm.listtagsparameter.ListSubversionTagsParameterValue
class ListSubversionTagsParameterValue extends ParameterValue implements Serializable
-
-
Package hudson.scm.subversion
-
Class hudson.scm.subversion.NoopUpdater.TaskImpl
class TaskImpl extends WorkspaceUpdater.UpdateTask implements Serializable- serialVersionUID:
- -5966470969352844330L
-
Exception hudson.scm.subversion.UpdaterException
class UpdaterException extends RuntimeException implements Serializable -
Class hudson.scm.subversion.UpdateUpdater.TaskImpl
class TaskImpl extends WorkspaceUpdater.UpdateTask implements Serializable- serialVersionUID:
- -5766470969352844330L
-
Serialized Fields
-
workspaceFormat
int workspaceFormat
-
-
Class hudson.scm.subversion.UpdateWithCleanUpdater.TaskImpl
class TaskImpl extends UpdateUpdater.TaskImpl implements Serializable- serialVersionUID:
- -5120852266435704852L
-
Class hudson.scm.subversion.UpdateWithRevertUpdater.TaskImpl
class TaskImpl extends UpdateUpdater.TaskImpl implements Serializable- serialVersionUID:
- -8562813147341259328L
-
Class hudson.scm.subversion.WorkspaceUpdater.UpdateTask
class UpdateTask extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
authProvider
org.tmatesoft.svn.core.auth.ISVNAuthenticationProvider authProvider
Encapusulates the authentication. Connected back to Jenkins controller. Never null. -
clientManager
SvnClientManager clientManager
Factory for various subversion commands. -
listener
TaskListener listener
Connected to build console. Never null. -
location
SubversionSCM.ModuleLocation location
Modules to check out. Never null. -
manager
org.tmatesoft.svn.core.wc.SVNClientManager manager
Deprecated.as of 1.40 UseWorkspaceUpdater.UpdateTask.clientManager
-
quietOperation
boolean quietOperation
--quiet for subversion operations. Default = false. -
revisions
RevisionParameterAction revisions
If the build parameter is specified with specific version numbers, this field captures that. Can be 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. -
ws
File ws
Build workspace. Never null.
-
-
-
Package jenkins.scm.impl.subversion
-
Class jenkins.scm.impl.subversion.RemotableSVNErrorMessage
class RemotableSVNErrorMessage extends org.tmatesoft.svn.core.SVNErrorMessage implements Serializable -
Class jenkins.scm.impl.subversion.SubversionSCMSource.SCMRevisionImpl
class SCMRevisionImpl extends jenkins.scm.api.SCMRevision implements Serializable-
Serialized Fields
-
revision
long revision
The subversion revision.
-
-
-
Class jenkins.scm.impl.subversion.SVNRepositoryView.ChildEntry
class ChildEntry extends Object implements Serializable-
Serialized Fields
-
lastModified
long lastModified
-
name
String name
-
revision
long revision
-
type
org.tmatesoft.svn.core.SVNNodeKind type
-
-
-
Class jenkins.scm.impl.subversion.SVNRepositoryView.NodeEntry
class NodeEntry extends Object implements Serializable-
Serialized Fields
-
children
SVNRepositoryView.ChildEntry[] children
-
revision
long revision
-
type
org.tmatesoft.svn.core.SVNNodeKind type
-
-
-
SubversionSCM.ModuleLocation.getLocalDir()
. This field is only intended for form binding.