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 class  LogSet.AffectedFile
    LogSet.AffectedFile
    static class  LogSet.Entry
    LogSet.Entry
  • Field Summary

    Fields
    Modifier and Type Field Description
    java.util.LinkedList<LogSet.Entry> entries
    Entries.
  • Constructor Summary

    Constructors
    Constructor Description
    LogSet()
    Dummy constructor.
  • Method Summary

    Modifier and Type Method Description
    void addEntry​(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

      public java.util.LinkedList<LogSet.Entry> entries
      Entries.
  • Constructor Details

    • LogSet

      public LogSet()
      Dummy constructor.
  • Method Details

    • addEntry

      public void addEntry​(LogSet.Entry entry)
      Add entry.
      Parameters:
      entry - Entry to add.
    • getEntries

      public java.util.List<LogSet.Entry> getEntries()
      Get all entries.
      Returns:
      entries.