public class ClearCaseChangeLogSet extends hudson.scm.ChangeLogSet<ClearCaseChangeLogEntry>
Constructor and Description |
---|
ClearCaseChangeLogSet(hudson.model.AbstractBuild<?,?> build,
List<ClearCaseChangeLogEntry> logs) |
Modifier and Type | Method and Description |
---|---|
static String |
escapeForXml(String string) |
List<ClearCaseChangeLogEntry> |
getLogs() |
boolean |
isEmptySet() |
Iterator<ClearCaseChangeLogEntry> |
iterator() |
static ClearCaseChangeLogSet |
parse(hudson.model.AbstractBuild<?,?> build,
File changeLogFile)
Parses the change log file and returns a ClearCase change log set.
|
static void |
saveToChangeLog(OutputStream outputStream,
List<ClearCaseChangeLogEntry> 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 ClearCaseChangeLogSet(hudson.model.AbstractBuild<?,?> build, List<ClearCaseChangeLogEntry> logs)
public List<ClearCaseChangeLogEntry> getLogs()
public boolean isEmptySet()
isEmptySet
in class hudson.scm.ChangeLogSet<ClearCaseChangeLogEntry>
public Iterator<ClearCaseChangeLogEntry> iterator()
public static ClearCaseChangeLogSet parse(hudson.model.AbstractBuild<?,?> build, File changeLogFile) throws IOException, SAXException
build
- the build for the change logchangeLogFile
- the change log fileIOException
SAXException
public static void saveToChangeLog(OutputStream outputStream, List<ClearCaseChangeLogEntry> history) throws IOException
outputStream
- the stream to write tohistory
- the history objects to storeIOException
Copyright © 2004-2021. All Rights Reserved.