| Package | Description |
|---|---|
| com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto | |
| com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.events |
| Modifier and Type | Method and Description |
|---|---|
static GerritEventType |
GerritEventType.findByTypeValue(String typeValue)
Finds the event type for the specified type-value.
|
GerritEventType |
GerritEvent.getEventType()
Returns what type of event it is.
|
static GerritEventType[] |
GerritEventType.getInterestingEventTypes()
Lists all event types that are interesting.
|
static GerritEventType |
GerritEventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GerritEventType[] |
GerritEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
GerritEventType |
RefUpdated.getEventType() |
GerritEventType |
PatchsetCreated.getEventType() |
GerritEventType |
DraftPublished.getEventType() |
GerritEventType |
CommentAdded.getEventType() |
GerritEventType |
ChangeMerged.getEventType() |
GerritEventType |
ChangeAbandoned.getEventType() |
Copyright © 2004-2015 Hudson. All Rights Reserved.