public class CustomGitChangeSetList
extends hudson.scm.ChangeLogSet<hudson.scm.ChangeLogSet.Entry>
Constructor and Description |
---|
CustomGitChangeSetList(hudson.model.Run build,
hudson.scm.RepositoryBrowser<?> browser,
List<hudson.plugins.git.GitChangeSet> logs) |
Modifier and Type | Method and Description |
---|---|
String |
getKind() |
List<hudson.scm.ChangeLogSet.Entry> |
getLogs() |
boolean |
isEmptySet() |
Iterator<hudson.scm.ChangeLogSet.Entry> |
iterator() |
createEmpty, createEmpty, getBrowser, getItems, getRun
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public CustomGitChangeSetList(hudson.model.Run build, hudson.scm.RepositoryBrowser<?> browser, List<hudson.plugins.git.GitChangeSet> logs)
public boolean isEmptySet()
isEmptySet
in class hudson.scm.ChangeLogSet<hudson.scm.ChangeLogSet.Entry>
public Iterator<hudson.scm.ChangeLogSet.Entry> iterator()
public List<hudson.scm.ChangeLogSet.Entry> getLogs()
@Exported public String getKind()
getKind
in class hudson.scm.ChangeLogSet<hudson.scm.ChangeLogSet.Entry>
Copyright © 2016–2025. All rights reserved.