public class MessageParser extends Object
| Constructor and Description |
|---|
MessageParser() |
| Modifier and Type | Method and Description |
|---|---|
String |
extractActualGithubMessage(String originalAwsMessage)
The message will be received via SQS, but if Github was configured to submit it to SNS some extra json payload will be added.
|
org.kohsuke.github.GHEvent |
getGithubEvent(String originalAwsMessage)
Parse the original sns message for the github event type.
|
public String extractActualGithubMessage(String originalAwsMessage)
originalAwsMessage - public org.kohsuke.github.GHEvent getGithubEvent(String originalAwsMessage)
originalAwsMessage - Copyright © 2016–2018. All rights reserved.