Interface ISnapshotUserApprovalCallback


  • public interface ISnapshotUserApprovalCallback
    A callback to request approval of snapshot operations.
    • Method Detail

      • requestUserApproval

        boolean requestUserApproval​(SnapshotGitRequest[] requests)
        Requests user approval of a snapshot operation consisting of the given requests.
        Parameters:
        requests - the snapshot requests, never null
        Returns:
        true if a user approved the operation, false otherwise