public class GitReferenceUpdated
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
GitReferenceUpdated.Event |
Modifier and Type | Field and Description |
---|---|
static GitReferenceUpdated |
DISABLED |
Modifier and Type | Method and Description |
---|---|
void |
fire(Project.NameKey project,
org.eclipse.jgit.lib.BatchRefUpdate batchRefUpdate,
AccountState updater) |
void |
fire(Project.NameKey project,
org.eclipse.jgit.transport.ReceiveCommand cmd,
AccountState updater) |
void |
fire(Project.NameKey project,
org.eclipse.jgit.lib.RefUpdate refUpdate,
AccountState updater) |
void |
fire(Project.NameKey project,
org.eclipse.jgit.lib.RefUpdate refUpdate,
org.eclipse.jgit.transport.ReceiveCommand.Type type,
AccountState updater) |
void |
fire(Project.NameKey project,
java.lang.String ref,
org.eclipse.jgit.lib.ObjectId oldObjectId,
org.eclipse.jgit.lib.ObjectId newObjectId,
AccountState updater) |
public static final GitReferenceUpdated DISABLED
public void fire(Project.NameKey project, org.eclipse.jgit.lib.RefUpdate refUpdate, org.eclipse.jgit.transport.ReceiveCommand.Type type, AccountState updater)
public void fire(Project.NameKey project, org.eclipse.jgit.lib.RefUpdate refUpdate, AccountState updater)
public void fire(Project.NameKey project, java.lang.String ref, org.eclipse.jgit.lib.ObjectId oldObjectId, org.eclipse.jgit.lib.ObjectId newObjectId, AccountState updater)
public void fire(Project.NameKey project, org.eclipse.jgit.transport.ReceiveCommand cmd, AccountState updater)
public void fire(Project.NameKey project, org.eclipse.jgit.lib.BatchRefUpdate batchRefUpdate, AccountState updater)