Uses of Interface
com.e1c.g5.v8.dt.snapshot.integration.git.ISnapshotUserApprovalCallback
-
Packages that use ISnapshotUserApprovalCallback Package Description com.e1c.g5.v8.dt.snapshot.integration.git -
-
Uses of ISnapshotUserApprovalCallback in com.e1c.g5.v8.dt.snapshot.integration.git
Constructors in com.e1c.g5.v8.dt.snapshot.integration.git with parameters of type ISnapshotUserApprovalCallback Constructor Description BranchFilteredIntegrationStrategy(IBranchFilter branchFilter, ISnapshotUserApprovalCallback userApprovalCallback)
Constructs a new strategy with the given branch filter and user approval callback.TransitionFilteredIntegrationStrategy(IBranchTransitionFilter branchTransitionFilter, ISnapshotUserApprovalCallback userApprovalCallback)
Constructs a new strategy with the given branch transition filter and user approval callback.
-