Class ChangelogSet

java.lang.Object
hudson.scm.ChangeLogSet<Changelog>
hudson.plugins.filesystem_scm.ChangelogSet
All Implemented Interfaces:
Iterable<Changelog>

public class ChangelogSet extends ChangeLogSet<Changelog>
FileSystem base SCM ChangelogSet

Unlike other SCMs, there is at most ONE set of changelog when we checkout. While multiple users may have modified some files between two builds, but we will only be able to detect if there is any files modified (YES or NO).

XML serialization is done by XStream2

Author:
Sam NG