Package com.jcabi.github
Interface Event
- All Superinterfaces:
Comparable<Event>,JsonReadable
- All Known Implementing Classes:
Event.Smart
GitHub event.
- Since:
- 0.4
- See Also:
- Suppressed Checkstyle violations:
- MultipleStringLiterals (500 lines)
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classSmart event with extra features. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringEvent type.static final StringEvent type.static final StringEvent type.static final StringEvent type.static final StringEvent type.static final StringEvent type.static final StringEvent type.static final StringEvent type.static final StringEvent type.static final StringEvent type.static final StringEvent type.static final StringEvent type.static final StringEvent type.static final StringEvent type.static final StringEvent type.static final StringEvent type.static final StringEvent type. -
Method Summary
Methods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.jcabi.github.JsonReadable
json
-
Field Details
-
CLOSED
Event type.- See Also:
-
REOPENED
Event type.- See Also:
-
SUBSCRIBED
Event type.- See Also:
-
MERGED
Event type.- See Also:
-
REFERENCED
Event type.- See Also:
-
MENTIONED
Event type.- See Also:
-
ASSIGNED
Event type.- See Also:
-
UNASSIGNED
Event type.- See Also:
-
LABELED
Event type.- See Also:
-
UNLABELED
Event type.- See Also:
-
MILESTONED
Event type.- See Also:
-
DEMILESTONED
Event type.- See Also:
-
RENAMED
Event type.- See Also:
-
LOCKED
Event type.- See Also:
-
UNLOCKED
Event type.- See Also:
-
HEAD_REF_DELETED
Event type.- See Also:
-
HEAD_REF_RESTORED
Event type.- See Also:
-
-
Method Details
-
repo
Repo repo()Repository we're in.- Returns:
- Repo
-
number
int number()Get its number.- Returns:
- Issue number
-