Klasse DeltaRepositoryCallback

java.lang.Object
io.jenkins.plugins.forensics.git.util.AbstractRepositoryCallback<RemoteResultWrapper<io.jenkins.plugins.forensics.delta.Delta>>
io.jenkins.plugins.forensics.git.delta.DeltaRepositoryCallback
Alle implementierten Schnittstellen:
Serializable, org.jenkinsci.plugins.gitclient.RepositoryCallback<RemoteResultWrapper<io.jenkins.plugins.forensics.delta.Delta>>

public class DeltaRepositoryCallback extends AbstractRepositoryCallback<RemoteResultWrapper<io.jenkins.plugins.forensics.delta.Delta>>
Repository callback that calculates the code difference - so called 'delta' - between two commits.
Autor:
Florian Orendi
Siehe auch:
  • Konstruktordetails

    • DeltaRepositoryCallback

      public DeltaRepositoryCallback(String currentCommitId, String referenceCommitId)
      Creates an instance which can be used for executing a Git repository callback.
      Parameter:
      currentCommitId - The commit ID of the currently processed commit
      referenceCommitId - The commit ID of the reference commit.
  • Methodendetails

    • invoke

      public RemoteResultWrapper<io.jenkins.plugins.forensics.delta.Delta> invoke(org.eclipse.jgit.lib.Repository repository, hudson.remoting.VirtualChannel channel) throws IOException
      Löst aus:
      IOException