| Modifier and Type | Field and Description |
|---|---|
EventType |
Event.eventType |
| Modifier and Type | Field and Description |
|---|---|
protected EnumSet<EventType> |
Announcer._eventTypes |
| Modifier and Type | Method and Description |
|---|---|
static EventType |
EventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventType[] |
EventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EnumSet<EventType> |
Announcer.getEventTypes() |
| Modifier and Type | Method and Description |
|---|---|
static Event |
ListenerRun.generateEvent(EventType type,
hudson.model.Run r) |
| Modifier and Type | Method and Description |
|---|---|
void |
Announcer.setEventTypes(EnumSet<EventType> set) |
| Constructor and Description |
|---|
Event(EventType eventType,
Map<String,Object> attributes) |
| Constructor and Description |
|---|
AnnouncerHTTP(EnumSet<EventType> eventTypes,
String urlTemplate) |
Copyright © 2004-2015. All Rights Reserved.