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 TypeMethodDescriptionvoidSnapshotGitIntegrationManager.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 TypeClassDescriptionclassImplementation ofIGitIntegrationStrategybased on branch filtering.classImplementation ofIGitIntegrationStrategybased on branch transition filtering.Methods in com.e1c.g5.v8.dt.snapshot.integration.git with parameters of type IGitIntegrationStrategyModifier and TypeMethodDescriptionvoidIGitIntegrationManager.setIntegrationStrategy(IGitIntegrationStrategy strategy) Changes active snapshot integration strategy.