Class LogSet
java.lang.Object
org.jenkinsci.plugins.IBM_zOS_Connector.LogSet
public class LogSet
extends java.lang.Object
LogSet
Proxy for SCLMChangeLogSet.
- Version:
- 1.0
- Author:
- Alexander Shcherbakov
- See Also:
SCLMChangeLogSet,LogSet.Entry,LogSet.AffectedFile
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLogSet.AffectedFileLogSet.AffectedFilestatic classLogSet.EntryLogSet.Entry -
Field Summary
Fields Modifier and Type Field Description java.util.LinkedList<LogSet.Entry>entriesEntries. -
Constructor Summary
Constructors Constructor Description LogSet()Dummy constructor. -
Method Summary
Modifier and Type Method Description voidaddEntry(LogSet.Entry entry)Add entry.java.util.List<LogSet.Entry>getEntries()Get all entries.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
entries
Entries.
-
-
Constructor Details
-
LogSet
public LogSet()Dummy constructor.
-
-
Method Details
-
addEntry
Add entry.- Parameters:
entry- Entry to add.
-
getEntries
Get all entries.- Returns:
entries.
-