Class PatchApplier.Result

  • Enclosing class:
    PatchApplier

    public static class PatchApplier.Result
    extends Object
    A wrapper for returning both the applied tree ID and the applied files list.
    Since:
    6.3
    • Constructor Detail

      • Result

        public Result()
    • Method Detail

      • getPaths

        public List<String> getPaths()
        Returns:
        List of modified paths.
      • getTreeId

        public ObjectId getTreeId()
        Returns:
        The applied tree ID.