public class UcmChangeLogSet extends hudson.scm.ChangeLogSet<UcmActivity>
Constructor and Description |
---|
UcmChangeLogSet(hudson.model.AbstractBuild<?,?> build,
List<UcmActivity> logs) |
Modifier and Type | Method and Description |
---|---|
List<UcmActivity> |
getLogs() |
boolean |
isEmptySet() |
Iterator<UcmActivity> |
iterator() |
static void |
saveToChangeLog(OutputStream outputStream,
List<UcmActivity> history)
Stores the history objects to the output stream as xml
|
createEmpty, createEmpty, getBrowser, getItems, getKind, getRun
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public UcmChangeLogSet(hudson.model.AbstractBuild<?,?> build, List<UcmActivity> logs)
@Exported public List<UcmActivity> getLogs()
public boolean isEmptySet()
isEmptySet
in class hudson.scm.ChangeLogSet<UcmActivity>
public Iterator<UcmActivity> iterator()
public static void saveToChangeLog(OutputStream outputStream, List<UcmActivity> history) throws IOException
outputStream
- the stream to write tohistory
- the history objects to storeIOException
Copyright © 2004-2021. All Rights Reserved.