Class SCLMChangeLogSet.Entry

java.lang.Object
hudson.scm.ChangeLogSet.Entry
org.jenkinsci.plugins.IBM_zOS_Connector.SCLMChangeLogSet.Entry
Enclosing class:
SCLMChangeLogSet

@ExportedBean(defaultVisibility=999)
public static class SCLMChangeLogSet.Entry
extends hudson.scm.ChangeLogSet.Entry

Entry

Entry for SCLMChangeLogSet.

Version:
1.0
Author:
Alexander Shcherbakov
See Also:
SCLMChangeLogSet, SCLMChangeLogSet.SCLMAffectedFile
  • Constructor Summary

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

    Modifier and Type Method Description
    java.util.Collection<java.lang.String> getAffectedPaths()
    Get the path for AffectedFile.
    hudson.model.User getAuthor()
    Get author of the changes.
    java.lang.String getDate()
    Get change date.
    hudson.scm.EditType getEditType()
    Get EditType of the entry.
    java.util.LinkedList<hudson.scm.ChangeLogSet.AffectedFile> getItems()
    Get affectedFile.
    java.lang.String getMsg()
    Get entry message.
    SCLMChangeLogSet getParent()
    Get current parent.
    java.lang.String getPath()
    Get path of affectedFile.
    java.lang.String getVersion()
    Get AffectedFile version.
    void setParent​(hudson.scm.ChangeLogSet set)
    Set parent.
    java.lang.String toString()
    Get printable view.

    Methods inherited from class hudson.scm.ChangeLogSet.Entry

    getAffectedFiles, getCommitId, getMsgAnnotated, getMsgEscaped, getTimestamp

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • Entry

      public Entry()
      Dummy constructor.
  • Method Details

    • setParent

      public void setParent​(hudson.scm.ChangeLogSet set)
      Set parent.
      Overrides:
      setParent in class hudson.scm.ChangeLogSet.Entry
      Parameters:
      set - New parent.
    • getParent

      public SCLMChangeLogSet getParent()
      Get current parent.
      Overrides:
      getParent in class hudson.scm.ChangeLogSet.Entry
      Returns:
      Current parent.
    • getMsg

      public java.lang.String getMsg()
      Get entry message.
      Specified by:
      getMsg in class hudson.scm.ChangeLogSet.Entry
      Returns:
      Message for entry.
    • getEditType

      public hudson.scm.EditType getEditType()
      Get EditType of the entry.
      Returns:
      EditType.
      See Also:
      EditType
    • getPath

      public java.lang.String getPath()
      Get path of affectedFile.
      Returns:
      Affected file path.
    • getItems

      public java.util.LinkedList<hudson.scm.ChangeLogSet.AffectedFile> getItems()
      Get affectedFile.
      Returns:
      AffectedFile.
    • getAuthor

      public hudson.model.User getAuthor()
      Get author of the changes.
      Specified by:
      getAuthor in class hudson.scm.ChangeLogSet.Entry
      Returns:
      Author of AffectedFile change.
    • getVersion

      @Exported public java.lang.String getVersion()
      Get AffectedFile version.
      Returns:
      AffectedFile version.
    • getAffectedPaths

      public java.util.Collection<java.lang.String> getAffectedPaths()
      Get the path for AffectedFile.
      Specified by:
      getAffectedPaths in class hudson.scm.ChangeLogSet.Entry
      Returns:
      AffectedFile path.
    • getDate

      public java.lang.String getDate()
      Get change date.
      Returns:
      Date of change in AffectedFile.
    • toString

      public java.lang.String toString()
      Get printable view.
      Overrides:
      toString in class java.lang.Object
      Returns:
      SCLMFileState.toString()