public class P4ChangeSet extends hudson.scm.ChangeLogSet<P4ChangeEntry>
Modifier | Constructor and Description |
---|---|
protected |
P4ChangeSet(hudson.model.AbstractBuild<?,?> build,
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<Object> changes) |
protected P4ChangeSet(hudson.model.AbstractBuild<?,?> build, 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()
Copyright © 2004-2014. All Rights Reserved.