Package hudson.plugins.filesystem_scm
Class ChangelogSet
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
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class hudson.scm.ChangeLogSet
ChangeLogSet.AffectedFile, ChangeLogSet.Entry
-
Field Summary
Fields inherited from class hudson.scm.ChangeLogSet
build
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class hudson.scm.ChangeLogSet
createEmpty, createEmpty, getBrowser, getItems, getRun
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
ChangelogSet
-
-
Method Details
-
getKind
- Overrides:
getKind
in classChangeLogSet<Changelog>
-
isEmptySet
public boolean isEmptySet()- Specified by:
isEmptySet
in classChangeLogSet<Changelog>
-
iterator
-
hashCode
public int hashCode() -
equals
-