Package hudson.scm

Hudson's interface with source code management systems.

See:
          Description

Interface Summary
ChangeLogSet.AffectedFile Represents a file change.
 

Class Summary
AbstractScmTagAction Common part of CVSSCM.TagAction and SubversionTagAction.
ChangeLogAnnotator Performs mark up on changelog messages to be displayed.
ChangeLogParser Encapsulates the file format of the changelog.
ChangeLogSet<T extends ChangeLogSet.Entry> Represents SCM change list.
ChangeLogSet.Entry  
EditType Designates the SCM operation.
Messages  
NullChangeLogParser ChangeLogParser for no SCM.
NullSCM No SCM.
NullSCM.DescriptorImpl  
PollingResult Immutable object that represents the result of SCM polling.
RepositoryBrowser<E extends ChangeLogSet.Entry> Connects Hudson to repository browsers like ViewCVS or FishEye, so that Hudson can generate links to them.
RepositoryBrowsers List of all installed RepositoryBrowsers.
SCM Captures the configuration information in it.
SCMDescriptor<T extends SCM> Descriptor for SCM.
SCMRevisionState Immutable object that represents revisions of the files in the repository, used to represent the result of a SCM polling.
SCMS List of all installed SCMs.
 

Enum Summary
PollingResult.Change Degree of changes between the previous state and this state.
 

Package hudson.scm Description

Hudson's interface with source code management systems. Start with SCM



Copyright © 2004-2013. All Rights Reserved.