Interface GitHub2Constants
public interface GitHub2Constants
-
Field Details
-
GITHUB_CLIENT
- See Also:
-
GITHUB_PULLREQUEST
@Metadata(description="The pull request", javaType="org.kohsuke.github.GHPullRequest or Integer") static final String GITHUB_PULLREQUEST- See Also:
-
GITHUB_INRESPONSETO
@Metadata(label="producer", description="The id of the comment to reply to", javaType="Long") static final String GITHUB_INRESPONSETO- See Also:
-
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:
-
GITHUB_ISSUE_TITLE
@Metadata(label="producer", description="The title of the issue", javaType="String") static final String GITHUB_ISSUE_TITLE- See Also:
-
GITHUB_COMMIT_AUTHOR
@Metadata(label="consumer", description="The commit author", javaType="String") static final String GITHUB_COMMIT_AUTHOR- See Also:
-
GITHUB_COMMIT_COMMITTER
@Metadata(label="consumer", description="The committer name", javaType="String") static final String GITHUB_COMMIT_COMMITTER- See Also:
-
GITHUB_COMMIT_SHA
@Metadata(label="consumer", description="The commit sha", javaType="String") static final String GITHUB_COMMIT_SHA- See Also:
-
GITHUB_COMMIT_URL
@Metadata(label="consumer", description="The commit URL", javaType="String") static final String GITHUB_COMMIT_URL- See Also:
-
GITHUB_EVENT_PAYLOAD
@Metadata(label="consumer", description="The event payload", javaType="org.kohsuke.github.GHEventPayload") static final String GITHUB_EVENT_PAYLOAD- See Also:
-