public interface PluginIntegrityCheckCommandFactory
Modifier and Type | Method and Description |
---|---|
com.atlassian.bitbucket.scm.Command<com.atlassian.bitbucket.scm.CommandResult> |
checkIntegrity(IntegrityCheckContext context,
IntegrityCheckCallback callback)
Instructs an SCM to perform integrity checks.
|
@Nonnull com.atlassian.bitbucket.scm.Command<com.atlassian.bitbucket.scm.CommandResult> checkIntegrity(@Nonnull IntegrityCheckContext context, @Nonnull IntegrityCheckCallback callback)
context
to obtain additional information needed to perform checks. Inconsistencies should be reported
using the provided callback
.context
- a context to be used to obtain additional informationcallback
- a callback to report inconsistenciescallback
.Copyright © 2024 Atlassian. All rights reserved.