Package hudson.scm
Class CvsChangeSet
java.lang.Object
hudson.scm.CvsChangeSet
- All Implemented Interfaces:
Serializable
Used to store a list of changes and a list of files parsed from the output of
the CVS
rlog
command.- Author:
- Michael Clarke
- See Also:
-
Constructor Summary
ConstructorDescriptionCvsChangeSet
(List<CvsFile> files, List<CVSChangeLogSet.CVSChangeLog> changes) CvsChangeSet
(List<CvsFile> files, List<CVSChangeLogSet.CVSChangeLog> changes, Set<String> branchNames, Set<String> tagNames) -
Method Summary