public class P4ChangeSet extends hudson.scm.ChangeLogSet<P4ChangeEntry>
Modifier | Constructor and Description |
---|---|
protected |
P4ChangeSet(hudson.model.Run<?,?> run,
hudson.scm.RepositoryBrowser<?> browser,
List<P4ChangeEntry> logs) |
Modifier and Type | Method and Description |
---|---|
List<P4ChangeEntry> |
getHistory() |
Collection<P4ChangeEntry> |
getLogs() |
boolean |
isEmptySet() |
Iterator<P4ChangeEntry> |
iterator() |
static void |
store(File file,
List<P4ChangeEntry> changes) |
createEmpty, createEmpty, getBrowser, getItems, getKind, getRun
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
protected P4ChangeSet(hudson.model.Run<?,?> run, hudson.scm.RepositoryBrowser<?> browser, List<P4ChangeEntry> logs)
public Iterator<P4ChangeEntry> iterator()
public boolean isEmptySet()
isEmptySet
in class hudson.scm.ChangeLogSet<P4ChangeEntry>
public List<P4ChangeEntry> getHistory()
public Collection<P4ChangeEntry> getLogs()
public static void store(File file, List<P4ChangeEntry> changes)
Copyright © 2016–2017. All rights reserved.