| Package | Description |
|---|---|
| com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.attr | |
| com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.events |
| Modifier and Type | Method and Description |
|---|---|
Account |
Change.getOwner()
Owner in account attribute.
|
Account |
PatchSet.getUploader()
The one who uploaded the patch-set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Change.setOwner(Account owner)
Owner in account attribute.
|
void |
PatchSet.setUploader(Account uploader)
The one who uploaded the patch-set.
|
| Modifier and Type | Field and Description |
|---|---|
protected Account |
GerritTriggeredEvent.account
The account that triggered the event.
|
| Modifier and Type | Method and Description |
|---|---|
Account |
GerritTriggeredEvent.getAccount()
The account that triggered the event.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GerritTriggeredEvent.setAccount(Account account)
The account that triggered the change.
|
Copyright © 2004-2015 Hudson. All Rights Reserved.