Class SCLMChangeLogSet

java.lang.Object
hudson.scm.ChangeLogSet<SCLMChangeLogSet.Entry>
org.jenkinsci.plugins.IBM_zOS_Connector.SCLMChangeLogSet
All Implemented Interfaces:
java.lang.Iterable<SCLMChangeLogSet.Entry>

public class SCLMChangeLogSet
extends hudson.scm.ChangeLogSet<SCLMChangeLogSet.Entry>

SCLMChangeLogSet

ChangeLogSet for SCLMSCM.

Version:
1.0
Author:
Alexander Shcherbakov
See Also:
ChangeLogSet
  • Nested Class Summary

    Nested Classes
    Modifier and Type Class Description
    static class  SCLMChangeLogSet.Entry
    Entry
    static class  SCLMChangeLogSet.SCLMAffectedFile
    SCLMAffectedFile

    Nested classes/interfaces inherited from class hudson.scm.ChangeLogSet

    hudson.scm.ChangeLogSet.AffectedFile
  • Field Summary

    Fields inherited from class hudson.scm.ChangeLogSet

    build
  • Method Summary

    Modifier and Type Method Description
    void fromLogSet​(LogSet logSet)
    Construct SCLMChangeLogSet from LogSet.
    java.lang.String getKind()
    Get SCM kind.
    java.util.LinkedList<SCLMChangeLogSet.Entry> getLogs()
    Get logs.
    boolean isEmptySet()
    Check if have no info.
    java.util.Iterator iterator()
    Iterator on entries.

    Methods inherited from class hudson.scm.ChangeLogSet

    createEmpty, createEmpty, getBrowser, getItems, getRun

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface java.lang.Iterable

    forEach, spliterator
  • Method Details

    • getKind

      @Exported public java.lang.String getKind()
      Get SCM kind.
      Overrides:
      getKind in class hudson.scm.ChangeLogSet<SCLMChangeLogSet.Entry>
      Returns:
      "SCLM".
    • fromLogSet

      public void fromLogSet​(LogSet logSet)
      Construct SCLMChangeLogSet from LogSet.
      Parameters:
      logSet - LogSet.
      See Also:
      LogSet
    • isEmptySet

      public boolean isEmptySet()
      Check if have no info.
      Specified by:
      isEmptySet in class hudson.scm.ChangeLogSet<SCLMChangeLogSet.Entry>
      Returns:
      Whether there is no info.
    • iterator

      @Nonnull public java.util.Iterator iterator()
      Iterator on entries.
      Returns:
      Iterator for entries (most recent come first).
    • getLogs

      public java.util.LinkedList<SCLMChangeLogSet.Entry> getLogs()
      Get logs.
      Returns:
      Entries.