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 Type
    Method
    Description
    GitCommand<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:
      checkIntegrity in interface com.atlassian.bitbucket.scm.integrity.PluginIntegrityCheckCommandFactory