public class GitReferenceUpdated extends Object
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,
Account updater) |
void |
fire(Project.NameKey project,
org.eclipse.jgit.transport.ReceiveCommand cmd,
Account updater) |
void |
fire(Project.NameKey project,
org.eclipse.jgit.lib.RefUpdate refUpdate,
Account updater) |
void |
fire(Project.NameKey project,
org.eclipse.jgit.lib.RefUpdate refUpdate,
org.eclipse.jgit.transport.ReceiveCommand.Type type,
Account updater) |
void |
fire(Project.NameKey project,
String ref,
org.eclipse.jgit.lib.ObjectId oldObjectId,
org.eclipse.jgit.lib.ObjectId newObjectId,
Account 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, Account updater)
public void fire(Project.NameKey project, org.eclipse.jgit.lib.RefUpdate refUpdate, Account updater)
public void fire(Project.NameKey project, String ref, org.eclipse.jgit.lib.ObjectId oldObjectId, org.eclipse.jgit.lib.ObjectId newObjectId, Account updater)
public void fire(Project.NameKey project, org.eclipse.jgit.transport.ReceiveCommand cmd, Account updater)
public void fire(Project.NameKey project, org.eclipse.jgit.lib.BatchRefUpdate batchRefUpdate, Account updater)