Interface ISnapshotUserApprovalCallback
public interface ISnapshotUserApprovalCallback
A callback to request approval of snapshot operations.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanrequestUserApproval(SnapshotGitRequest[] requests) Requests user approval of a snapshot operation consisting of the given requests.
-
Method Details
-
requestUserApproval
Requests user approval of a snapshot operation consisting of the given requests.- Parameters:
requests- the snapshot requests, nevernull- Returns:
trueif a user approved the operation,falseotherwise
-