Package hudson.plugins.git
Class GitChangeSetList
- java.lang.Object
-
- hudson.scm.ChangeLogSet<GitChangeSet>
-
- hudson.plugins.git.GitChangeSetList
-
- All Implemented Interfaces:
Iterable<GitChangeSet>
public class GitChangeSetList extends ChangeLogSet<GitChangeSet>
List of changeset that went into a particular build.- Author:
- Nigel Magnay
-
-
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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getKind()
List<GitChangeSet>
getLogs()
boolean
isEmptySet()
Iterator<GitChangeSet>
iterator()
-
Methods inherited from class hudson.scm.ChangeLogSet
createEmpty, createEmpty, getBrowser, getItems, getRun
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
isEmptySet
public boolean isEmptySet()
- Specified by:
isEmptySet
in classChangeLogSet<GitChangeSet>
-
iterator
public Iterator<GitChangeSet> iterator()
-
getLogs
public List<GitChangeSet> getLogs()
-
getKind
@Exported public String getKind()
- Overrides:
getKind
in classChangeLogSet<GitChangeSet>
-
-