Class Modifications

java.lang.Object
sonia.scm.repository.Modifications
All Implemented Interfaces:
Serializable

public class Modifications extends Object implements Serializable
See Also:
  • Constructor Details

  • Method Details

    • getBaseRevision

      public Optional<String> getBaseRevision()
      If these modifications are not related to a single revision but represent the modifications between two revisions, this gives the base revision.
      Since:
      2.23.0
    • getEffectedPaths

      public List<String> getEffectedPaths()
    • effectedPathsStream

      public Stream<String> effectedPathsStream()
    • getAdded

      public List<Added> getAdded()
    • getRemoved

      public List<Removed> getRemoved()
    • getModified

      public List<Modified> getModified()
    • getRenamed

      public List<Renamed> getRenamed()
    • getCopied

      public List<Copied> getCopied()