Use Tree Navigation
public interface

PluginMirrorCommandFactory

com.atlassian.bitbucket.scm.mirror.PluginMirrorCommandFactory

Summary

Public Methods
@Nonnull Command<Void> synchronize(Repository repository, MirrorSyncCommandParameters parameters, MirrorSyncCallback callback)
@Nonnull Command<Void> updateRefs(Repository repository, MirrorUpdateRefsCommandParameters parameters)
Applies the provided com.atlassian.bitbucket.repository.RefChange ref changes in the repository.

Public Methods

@Nonnull public Command<Void> synchronize (Repository repository, MirrorSyncCommandParameters parameters, MirrorSyncCallback callback)

Parameters
repository the repository to be synchronized
parameters describes where to synchronize from
callback callback to process synchronization results
Returns
  • the command

@Nonnull public Command<Void> updateRefs (Repository repository, MirrorUpdateRefsCommandParameters parameters)

Applies the provided com.atlassian.bitbucket.repository.RefChange ref changes in the repository. If one or more of the updates cannot be performed (e.g. the toHash does not exist in the repository or the fromHash does not match the current value in the repository), the command will apply all ref updates that can be safely applied, then throw an exception.

Parameters
repository the repository
parameters describes what ref changes to apply
Returns
  • the command
Feedback?
View cookie preferences