Package hudson.scm

Interface Summary
SVNLogFilter  
 

Class Summary
DefaultSVNLogFilter Determines whether a log entry contains changes within the included paths for a project.
DirAwareSVNXMLLogHandler Special XML Log Handler that includes the "kind" attribute for path nodes which are ommited by the original.
EnvVarsUtils Just a collection of utility (static) methods to work with EnvVars.
FilterSVNAuthenticationManager ISVNAuthenticationManager filter.
NullSVNLogFilter An implementation of SVNLogFilter that never filters a SVNLogEntry.
RevisionParameterAction Action containing a list of SVN revisions that should be checked out.
SubversionChangeLogBuilder Builds changelog.xml for SubversionSCM.
SubversionChangeLogParser ChangeLogParser for Subversion.
SubversionChangeLogSet ChangeLogSet for Subversion.
SubversionChangeLogSet.LogEntry One commit.
SubversionChangeLogSet.Path A file in a commit.
SubversionChangeLogSet.RevisionInfo  
SubversionCredentialProvider Extension point for programmatically providing a credential (such as username/password) for Subversion access.
SubversionEventHandlerImpl ISVNEventHandler that emulates the SVN CLI behavior.
SubversionRepositoryBrowser RepositoryBrowser for Subversion.
SubversionRepositoryStatus Per repository status.
SubversionSCM Subversion SCM.
SubversionSCM.DescriptorImpl  
SubversionSCM.DescriptorImpl.Credential Stores SVNAuthentication for a single realm.
SubversionSCM.DescriptorImpl.PasswordCredential Username/password based authentication.
SubversionSCM.DescriptorImpl.SshPublicKeyCredential Public key authentication for Subversion over SSH.
SubversionSCM.DescriptorImpl.SslClientCertificateCredential SSL client certificate based authentication.
SubversionSCM.External Information about svn:external
SubversionSCM.ModuleLocation small structure to store local and remote (repository) location information of the repository.
SubversionSCM.SvnInfo  
SubversionStatus Receives the push notification of commits from repository.
SubversionTagAction Action that lets people create tag for the given build.
SubversionTagAction.DescriptorImpl Just for assisting form related stuff.
SubversionTagAction.TagInfo  
SubversionWorkspaceSelector ISVNAdminAreaFactorySelector that uses 1.4 compatible workspace for new check out, but still supports 1.5 workspace, if asked to work with it.
SVNAuthStoreHandlerImpl ISVNAuthStoreHandler implementation that always return true.
SvnClientManager SVNClientManager makes it rather error prone to specify the proper expected version of the working copy we need to use, so inside Jenkins we wrap it to this class to ensure we won't forget to set SvnWcGeneration when using SVNBasicClient.
UserProvidedCredential Represents the SVN authentication credential given by the user via the <enterCredential> form fragment.
 



Copyright © 2004-2013. All Rights Reserved.