com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.events
Class GerritTriggeredEvent
java.lang.Object
com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.events.lifecycle.GerritEventLifecycle
com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.events.GerritTriggeredEvent
- All Implemented Interfaces:
- GerritEvent
- Direct Known Subclasses:
- ChangeBasedEvent, RefUpdated
public abstract class GerritTriggeredEvent
- extends GerritEventLifecycle
- implements GerritEvent
A DTO representation of a Gerrit triggered Event.
- Author:
- David Pursehouse <david.pursehouse@sonyericsson.com>
|
Field Summary |
protected Account |
account
The account that triggered the event. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
account
protected Account account
- The account that triggered the event.
GerritTriggeredEvent
public GerritTriggeredEvent()
getAccount
public Account getAccount()
- The account that triggered the event.
- Returns:
- the account.
setAccount
public void setAccount(Account account)
- The account that triggered the change.
- Parameters:
account - the account.
Copyright © 2004-2012 Hudson. All Rights Reserved.