Interface RepositoryDispatch
-
- All Known Implementing Classes:
ImmutableRepositoryDispatch
@Immutable public interface RepositoryDispatch
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<com.fasterxml.jackson.databind.JsonNode>
clientPayload()
JSON payload with extra information about the webhook event that your action or workflow may use.String
eventType()
The custom webhook event name
-