Class SCLMChangeLogSet.SCLMAffectedFile

java.lang.Object
org.jenkinsci.plugins.IBM_zOS_Connector.SCLMChangeLogSet.SCLMAffectedFile
All Implemented Interfaces:
hudson.scm.ChangeLogSet.AffectedFile
Enclosing class:
SCLMChangeLogSet

@Extension
public static class SCLMChangeLogSet.SCLMAffectedFile
extends java.lang.Object
implements hudson.scm.ChangeLogSet.AffectedFile

SCLMAffectedFile

Affected File info.

Version:
1.0
Author:
Alexander Shcherbakov
See Also:
SCLMChangeLogSet, SCLMChangeLogSet.Entry
  • Field Summary

    Fields
    Modifier and Type Field Description
    static java.util.Comparator<SCLMChangeLogSet.SCLMAffectedFile> affectedFilesComparator
    Comparator based on SCLMFileState comparator.
  • Constructor Summary

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

    Modifier and Type Method Description
    hudson.scm.EditType getEditType()
    Get EditType.
    java.lang.String getPath()
    Get file path.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • affectedFilesComparator

      public static final java.util.Comparator<SCLMChangeLogSet.SCLMAffectedFile> affectedFilesComparator
      Comparator based on SCLMFileState comparator.
  • Constructor Details

    • SCLMAffectedFile

      public SCLMAffectedFile()
      Dummy constructor.
  • Method Details

    • getPath

      public java.lang.String getPath()
      Get file path.
      Specified by:
      getPath in interface hudson.scm.ChangeLogSet.AffectedFile
      Returns:
      File path.
    • getEditType

      public hudson.scm.EditType getEditType()
      Get EditType.
      Specified by:
      getEditType in interface hudson.scm.ChangeLogSet.AffectedFile
      Returns:
      EditType of the file.