Interface ISnapshotUserApprovalCallback
-
public interface ISnapshotUserApprovalCallbackA callback to request approval of snapshot operations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanrequestUserApproval(SnapshotGitRequest[] requests)Requests user approval of a snapshot operation consisting of the given requests.
-
-
-
Method Detail
-
requestUserApproval
boolean requestUserApproval(SnapshotGitRequest[] requests)
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
-
-