Interface ScmDiffResult

  • All Known Subinterfaces:
    ScmImportDiffResult

    public interface ScmDiffResult
    Result of a Diff between old job data and new
    • Method Detail

      • getModified

        boolean getModified()
        Returns:
        true if there are differences between the source and target
      • getOldNotFound

        boolean getOldNotFound()
        Returns:
        true if the old file was not found (does not exist)
      • getNewNotFound

        boolean getNewNotFound()
        Returns:
        true if the new file was not found (deleted)
      • getContent

        java.lang.String getContent()
        Returns:
        diff contents
      • getActions

        java.util.List<Action> getActions()
        Returns:
        list of actions that can be taken