Package io.quarkiverse.githubapp
Interface GitHubEvent
- All Known Implementing Classes:
SimpleGitHubEvent
public interface GitHubEvent
-
Method Summary
Modifier and TypeMethodDescriptiondefault <T extends GitHubEvent>
TgetEvent()io.vertx.core.json.JsonObjectbooleanboolean
-
Method Details
-
getInstallationId
Long getInstallationId() -
supportsInstallation
boolean supportsInstallation() -
getAppName
-
getDeliveryId
String getDeliveryId() -
getRepository
-
getRepositoryOrThrow
String getRepositoryOrThrow() -
getEvent
String getEvent() -
getAction
String getAction() -
getEventAction
String getEventAction() -
getPayload
String getPayload() -
getParsedPayload
io.vertx.core.json.JsonObject getParsedPayload() -
isReplayed
boolean isReplayed() -
as
-