Interface GitHubConstants
-
public interface GitHubConstants
-
-
Field Summary
Fields Modifier and Type Field Description static StringGITHUB_COMMIT_AUTHORstatic StringGITHUB_COMMIT_COMMITTERstatic StringGITHUB_COMMIT_SERVICEstatic StringGITHUB_COMMIT_SHAstatic StringGITHUB_COMMIT_URLstatic StringGITHUB_DATA_SERVICEstatic StringGITHUB_EVENT_PAYLOADstatic StringGITHUB_EVENT_SERVICEstatic StringGITHUB_INRESPONSETOstatic StringGITHUB_ISSUE_SERVICEstatic StringGITHUB_ISSUE_TITLEstatic StringGITHUB_PULL_REQUEST_SERVICEstatic StringGITHUB_PULLREQUESTstatic StringGITHUB_PULLREQUEST_HEAD_COMMIT_SHAstatic StringGITHUB_REPOSITORY_SERVICE
-
-
-
Field Detail
-
GITHUB_REPOSITORY_SERVICE
static final String GITHUB_REPOSITORY_SERVICE
- See Also:
- Constant Field Values
-
GITHUB_COMMIT_SERVICE
static final String GITHUB_COMMIT_SERVICE
- See Also:
- Constant Field Values
-
GITHUB_DATA_SERVICE
static final String GITHUB_DATA_SERVICE
- See Also:
- Constant Field Values
-
GITHUB_PULL_REQUEST_SERVICE
static final String GITHUB_PULL_REQUEST_SERVICE
- See Also:
- Constant Field Values
-
GITHUB_ISSUE_SERVICE
static final String GITHUB_ISSUE_SERVICE
- See Also:
- Constant Field Values
-
GITHUB_PULLREQUEST
@Metadata(description="The pull request", javaType="PullRequest or Integer") static final String GITHUB_PULLREQUEST- See Also:
- Constant Field Values
-
GITHUB_INRESPONSETO
@Metadata(label="producer", description="The id of the comment to reply to", javaType="Integer") static final String GITHUB_INRESPONSETO- See Also:
- Constant Field Values
-
GITHUB_PULLREQUEST_HEAD_COMMIT_SHA
@Metadata(description="The sha of the head of the pull request", javaType="String") static final String GITHUB_PULLREQUEST_HEAD_COMMIT_SHA- See Also:
- Constant Field Values
-
GITHUB_ISSUE_TITLE
@Metadata(label="producer", description="The title of the issue", javaType="String") static final String GITHUB_ISSUE_TITLE- See Also:
- Constant Field Values
-
GITHUB_EVENT_SERVICE
static final String GITHUB_EVENT_SERVICE
- See Also:
- Constant Field Values
-
GITHUB_COMMIT_AUTHOR
@Metadata(label="consumer", description="The commit author", javaType="String") static final String GITHUB_COMMIT_AUTHOR- See Also:
- Constant Field Values
-
GITHUB_COMMIT_COMMITTER
@Metadata(label="consumer", description="The committer name", javaType="String") static final String GITHUB_COMMIT_COMMITTER- See Also:
- Constant Field Values
-
GITHUB_COMMIT_SHA
@Metadata(label="consumer", description="The commit sha", javaType="String") static final String GITHUB_COMMIT_SHA- See Also:
- Constant Field Values
-
GITHUB_COMMIT_URL
@Metadata(label="consumer", description="The commit URL", javaType="String") static final String GITHUB_COMMIT_URL- See Also:
- Constant Field Values
-
GITHUB_EVENT_PAYLOAD
@Metadata(label="consumer", description="The event payload", javaType="org.eclipse.egit.github.core.event.EventPayload") static final String GITHUB_EVENT_PAYLOAD- See Also:
- Constant Field Values
-
-