@Immutable public interface Event extends Comparable<Event>, JsonReadable
Modifier and Type | Interface and Description |
---|---|
static class |
Event.Smart
Smart event with extra features.
|
Modifier and Type | Field and Description |
---|---|
static String |
ASSIGNED
Event type.
|
static String |
CLOSED
Event type.
|
static String |
MENTIONED
Event type.
|
static String |
MERGED
Event type.
|
static String |
REFERENCED
Event type.
|
static String |
REOPENED
Event type.
|
static String |
SUBSCRIBED
Event type.
|
Modifier and Type | Method and Description |
---|---|
int |
number()
Get its number.
|
Repo |
repo()
Repository we're in.
|
compareTo
json
static final String CLOSED
static final String REOPENED
static final String SUBSCRIBED
static final String MERGED
static final String REFERENCED
static final String MENTIONED
static final String ASSIGNED
Copyright © 2012–2014 jcabi.com. All rights reserved.