Package com.atlassian.bitbucket.scm.git
Interface GitIntegrityCheckCommandFactory
- All Superinterfaces:
com.atlassian.bitbucket.scm.integrity.PluginIntegrityCheckCommandFactory
public interface GitIntegrityCheckCommandFactory
extends com.atlassian.bitbucket.scm.integrity.PluginIntegrityCheckCommandFactory
The Git SCM centric implementation of the
PluginIntegrityCheckCommandFactory interface- Since:
- 4.12
-
Method Summary
Modifier and TypeMethodDescriptionGitCommand<com.atlassian.bitbucket.scm.CommandResult>checkIntegrity(com.atlassian.bitbucket.scm.integrity.IntegrityCheckContext context, com.atlassian.bitbucket.scm.integrity.IntegrityCheckCallback callback)
-
Method Details
-
checkIntegrity
@Nonnull GitCommand<com.atlassian.bitbucket.scm.CommandResult> checkIntegrity(@Nonnull com.atlassian.bitbucket.scm.integrity.IntegrityCheckContext context, @Nonnull com.atlassian.bitbucket.scm.integrity.IntegrityCheckCallback callback) - Specified by:
checkIntegrityin interfacecom.atlassian.bitbucket.scm.integrity.PluginIntegrityCheckCommandFactory
-