Uses of Interface
com.e1c.g5.v8.dt.snapshot.integration.git.IGitIntegrationStrategy
-
Packages that use IGitIntegrationStrategy Package Description com.e1c.g5.v8.dt.snapshot.integration.git -
-
Uses of IGitIntegrationStrategy in com.e1c.g5.v8.dt.snapshot.integration.git
Classes in com.e1c.g5.v8.dt.snapshot.integration.git that implement IGitIntegrationStrategy Modifier and Type Class Description class
BranchFilteredIntegrationStrategy
Implementation ofIGitIntegrationStrategy
based on branch filtering.class
TransitionFilteredIntegrationStrategy
Implementation ofIGitIntegrationStrategy
based on branch transition filtering.Methods in com.e1c.g5.v8.dt.snapshot.integration.git with parameters of type IGitIntegrationStrategy Modifier and Type Method Description void
IGitIntegrationManager. setIntegrationStrategy(IGitIntegrationStrategy strategy)
Changes active snapshot integration strategy.
-