Package hudson.scm

Class IntegrityChangeLogSet.IntegrityChangeLogPath

java.lang.Object
hudson.scm.IntegrityChangeLogSet.IntegrityChangeLogPath
All Implemented Interfaces:
hudson.scm.ChangeLogSet.AffectedFile
Enclosing class:
IntegrityChangeLogSet

@ExportedBean(defaultVisibility=999) public static class IntegrityChangeLogSet.IntegrityChangeLogPath extends Object implements hudson.scm.ChangeLogSet.AffectedFile
A file in a commit. Setter methods are public only so that the objects can be constructed from Digester. So please consider this object read-only.
  • Constructor Details

    • IntegrityChangeLogPath

      public IntegrityChangeLogPath()
  • Method Details

    • getLogEntry

      Gets the
      invalid reference
      LogEntry
      of which this path is a member.
    • setLogEntry

      public void setLogEntry(IntegrityChangeLogSet.IntegrityChangeLog entry)
      Sets the
      invalid reference
      LogEntry
      of which this path is a member.
    • setAction

      public void setAction(String action)
    • getValue

      @Exported(name="file") public String getValue()
      Path in the repository.
    • getPath

      public String getPath()
      Inherited from AffectedFile
      Specified by:
      getPath in interface hudson.scm.ChangeLogSet.AffectedFile
    • setValue

      public void setValue(String value)
    • getEditType

      @Exported public hudson.scm.EditType getEditType()
      Specified by:
      getEditType in interface hudson.scm.ChangeLogSet.AffectedFile