Interface GitHubConstants


  • public interface GitHubConstants
    • Field Detail

      • 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_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