public class GitHubPullRequestMessage extends Object
Message reporting that a GitHub pull request has occurred
See http://schemas.taskcluster.net/github/v1/github-pull-request-message.json#
| Modifier and Type | Field and Description |
|---|---|
Object |
action
The GitHub
action which triggered an event. |
Object |
details
Metadata describing the pull request.
|
String |
organization
The GitHub
organization which had an event. |
String |
repository
The GitHub
repository which had an event. |
Object |
version
Message version
|
| Constructor and Description |
|---|
GitHubPullRequestMessage() |
public Object action
The GitHub action which triggered an event.
public Object details
Metadata describing the pull request.
public String organization
The GitHub organization which had an event.
public String repository
The GitHub repository which had an event.
public Object version
Message version
Copyright © 2014–2016 Mozilla. All rights reserved.