public class GitChangeSetList extends hudson.scm.ChangeLogSet<GitChangeSet>
| Modifier and Type | Method and Description |
|---|---|
String |
getKind() |
List<GitChangeSet> |
getLogs() |
boolean |
isEmptySet() |
Iterator<GitChangeSet> |
iterator() |
public boolean isEmptySet()
isEmptySet in class hudson.scm.ChangeLogSet<GitChangeSet>public Iterator<GitChangeSet> iterator()
public List<GitChangeSet> getLogs()
@Exported public String getKind()
getKind in class hudson.scm.ChangeLogSet<GitChangeSet>Copyright © 2004-2015. All Rights Reserved.