Package io.quarkiverse.githubapp.runtime
Class SimpleGitHubEvent
java.lang.Object
io.quarkiverse.githubapp.runtime.SimpleGitHubEvent
- All Implemented Interfaces:
GitHubEvent
This object will be serialized to JSON when the replay is enabled.
Thus you need to be extra careful adding the proper JsonIgnore annotations.
This object is also used in the Replay UI's Javascript code so be careful when updating it.
-
Constructor Details
-
SimpleGitHubEvent
-
-
Method Details
-
getInstallationId
- Specified by:
getInstallationIdin interfaceGitHubEvent
-
supportsInstallation
public boolean supportsInstallation()- Specified by:
supportsInstallationin interfaceGitHubEvent
-
getAppName
- Specified by:
getAppNamein interfaceGitHubEvent
-
getDeliveryId
- Specified by:
getDeliveryIdin interfaceGitHubEvent
-
getRepository
- Specified by:
getRepositoryin interfaceGitHubEvent
-
getRepositoryOrThrow
- Specified by:
getRepositoryOrThrowin interfaceGitHubEvent
-
getEvent
- Specified by:
getEventin interfaceGitHubEvent
-
getAction
- Specified by:
getActionin interfaceGitHubEvent
-
getEventAction
- Specified by:
getEventActionin interfaceGitHubEvent
-
getPayload
- Specified by:
getPayloadin interfaceGitHubEvent
-
getParsedPayload
public io.vertx.core.json.JsonObject getParsedPayload()- Specified by:
getParsedPayloadin interfaceGitHubEvent
-
isReplayed
public boolean isReplayed()- Specified by:
isReplayedin interfaceGitHubEvent
-
toString
-