Class StoreChangeLogSet
java.lang.Object
hudson.scm.ChangeLogSet<StoreChangeLogEntry>
org.jenkinsci.plugins.visualworks_store.StoreChangeLogSet
- All Implemented Interfaces:
Iterable<StoreChangeLogEntry>
public class StoreChangeLogSet extends ChangeLogSet<StoreChangeLogEntry>
-
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 Modifier Constructor Description protectedStoreChangeLogSet(AbstractBuild<?,?> build, List<StoreChangeLogEntry> entries) -
Method Summary
Modifier and Type Method Description List<StoreChangeLogEntry>getEntries()StringgetKind()List<StoreChangeLogEntry>getLogs()booleanisEmptySet()Iterator<StoreChangeLogEntry>iterator()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
-
StoreChangeLogSet
-
-
Method Details
-
getKind
- Overrides:
getKindin classChangeLogSet<StoreChangeLogEntry>
-
isEmptySet
public boolean isEmptySet()- Specified by:
isEmptySetin classChangeLogSet<StoreChangeLogEntry>
-
iterator
-
getEntries
-
getLogs
-