com.ibm.xtools.umldt.rt.api.egit.merge

Interface RTEGitMergeCommand.MergeCompletionCallback

  • Enclosing interface:
    RTEGitMergeCommand


    public static interface RTEGitMergeCommand.MergeCompletionCallback
    Defines interface for callback which is notified when merge operation is completed.
    Author:
    seroshki
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      void operationCompleted(org.eclipse.jgit.lib.Repository repository, org.eclipse.jgit.api.MergeResult mergeResult, org.eclipse.core.runtime.IStatus details)
      This method is called when merge operation is completed and index is updated and EGit internal cache is refreshed.
    • Method Detail

      • operationCompleted

        void operationCompleted(org.eclipse.jgit.lib.Repository repository,
                                org.eclipse.jgit.api.MergeResult mergeResult,
                                org.eclipse.core.runtime.IStatus details)
        This method is called when merge operation is completed and index is updated and EGit internal cache is refreshed.
        Parameters:
        repository - - Repository for which merge was performed
        mergeResult - - MergeResult of merge operation
        details - - IStatus additional details when merge is cancelled or failed due to exception or Status.OK_STATUS