Class GitHubEvent


  • public class GitHubEvent
    extends Object
    • Constructor Detail

      • GitHubEvent

        public GitHubEvent​(Long installationId,
                           String appName,
                           String deliveryId,
                           String repository,
                           String event,
                           String action,
                           String payload,
                           io.vertx.core.json.JsonObject parsedPayload,
                           boolean replayed)
    • 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()