Uses of Interface
com.e1c.g5.v8.dt.snapshot.integration.git.IGitIntegrationStrategy
Packages that use IGitIntegrationStrategy
Package
Description
-
Uses of IGitIntegrationStrategy in com.e1c.g5.v8.dt.internal.snapshot.integration.git
Methods in com.e1c.g5.v8.dt.internal.snapshot.integration.git with parameters of type IGitIntegrationStrategyModifier and TypeMethodDescriptionvoid
SnapshotGitIntegrationManager.setIntegrationStrategy
(IGitIntegrationStrategy strategy) -
Uses of IGitIntegrationStrategy in com.e1c.g5.v8.dt.internal.snapshot.integration.ui
Constructor parameters in com.e1c.g5.v8.dt.internal.snapshot.integration.ui with type arguments of type IGitIntegrationStrategyModifierConstructorDescriptionSnapshotBootstrap
(IGitIntegrationManager integrationManager, com.google.inject.Provider<IGitIntegrationStrategy> integrationStrategyProvider, SnapshotPreferencesManager preferencesManager) Constructs an instance of the bootstrap. -
Uses of IGitIntegrationStrategy in com.e1c.g5.v8.dt.snapshot.integration.git
Classes in com.e1c.g5.v8.dt.snapshot.integration.git that implement IGitIntegrationStrategyModifier and TypeClassDescriptionclass
Implementation ofIGitIntegrationStrategy
based on branch filtering.class
Implementation ofIGitIntegrationStrategy
based on branch transition filtering.Methods in com.e1c.g5.v8.dt.snapshot.integration.git with parameters of type IGitIntegrationStrategyModifier and TypeMethodDescriptionvoid
IGitIntegrationManager.setIntegrationStrategy
(IGitIntegrationStrategy strategy) Changes active snapshot integration strategy.