Package io.quarkiverse.githubapp
Class GitHubEvent
- java.lang.Object
-
- io.quarkiverse.githubapp.GitHubEvent
-
public class GitHubEvent extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAction()Optional<String>getAppName()StringgetDeliveryId()StringgetEvent()StringgetEventAction()LonggetInstallationId()io.vertx.core.json.JsonObjectgetParsedPayload()StringgetPayload()Optional<String>getRepository()booleanisReplayed()StringtoString()
-
-
-
Method Detail
-
getInstallationId
public Long getInstallationId()
-
getDeliveryId
public String getDeliveryId()
-
getEvent
public String getEvent()
-
getAction
public String getAction()
-
getEventAction
public String getEventAction()
-
getPayload
public String getPayload()
-
getParsedPayload
public io.vertx.core.json.JsonObject getParsedPayload()
-
isReplayed
public boolean isReplayed()
-
-