Interface GitHubConstants


public interface GitHubConstants
  • Field Details

    • GITHUB_REPOSITORY_SERVICE

      static final String GITHUB_REPOSITORY_SERVICE
      See Also:
    • GITHUB_COMMIT_SERVICE

      static final String GITHUB_COMMIT_SERVICE
      See Also:
    • GITHUB_DATA_SERVICE

      static final String GITHUB_DATA_SERVICE
      See Also:
    • GITHUB_PULL_REQUEST_SERVICE

      static final String GITHUB_PULL_REQUEST_SERVICE
      See Also:
    • GITHUB_ISSUE_SERVICE

      static final String GITHUB_ISSUE_SERVICE
      See Also:
    • GITHUB_PULLREQUEST

      @Metadata(description="The pull request", javaType="PullRequest or Integer") static final String GITHUB_PULLREQUEST
      See Also:
    • GITHUB_INRESPONSETO

      @Metadata(label="producer", description="The id of the comment to reply to", javaType="Integer") 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_EVENT_SERVICE

      static final String GITHUB_EVENT_SERVICE
      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.eclipse.egit.github.core.event.EventPayload") static final String GITHUB_EVENT_PAYLOAD
      See Also: