public abstract class GerritTriggeredEvent extends GerritEventLifecycle implements GerritEvent
| Modifier and Type | Field and Description |
|---|---|
protected Account |
account
The account that triggered the event.
|
| Constructor and Description |
|---|
GerritTriggeredEvent() |
| Modifier and Type | Method and Description |
|---|---|
Account |
getAccount()
The account that triggered the event.
|
void |
setAccount(Account account)
The account that triggered the change.
|
addListener, fireAllBuildsCompleted, fireBuildCompleted, fireBuildStarted, fireProjectTriggered, fireTriggerScanDone, fireTriggerScanStarting, getListeners, removeListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEventType, isScorableprotected Account account
Copyright © 2004-2015 Hudson. All Rights Reserved.