Class DiversionChangeLogSet
java.lang.Object
hudson.scm.ChangeLogSet<DiversionChangeLogEntry>
io.superstudios.plugins.diversion.DiversionChangeLogSet
- All Implemented Interfaces:
Iterable<DiversionChangeLogEntry>
Represents a set of changes from Diversion commits.
This is what Jenkins displays in the "Changes" section.
-
Nested Class Summary
Nested 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, getRunMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
DiversionChangeLogSet
-
-
Method Details
-
isEmptySet
public boolean isEmptySet()- Specified by:
isEmptySetin classChangeLogSet<DiversionChangeLogEntry>
-
getKind
- Overrides:
getKindin classChangeLogSet<DiversionChangeLogEntry>
-
iterator
-