Class GitHubEndpointBuilderFactory.GitHubHeaderNameBuilder
java.lang.Object
org.apache.camel.builder.endpoint.dsl.GitHubEndpointBuilderFactory.GitHubHeaderNameBuilder
- Enclosing interface:
GitHubEndpointBuilderFactory
The builder of headers' name for the GitHub component.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe commit author.The committer name.The commit sha.The commit URL.The event payload.The id of the comment to reply to.The title of the issue.The pull request.The sha of the head of the pull request.
-
Constructor Details
-
GitHubHeaderNameBuilder
public GitHubHeaderNameBuilder()
-
-
Method Details
-
gitHubPullRequest
The pull request. The option is a:PullRequest or Integer
type. Group: common- Returns:
- the name of the header
GitHubPullRequest
.
-
gitHubInResponseTo
The id of the comment to reply to. The option is a:Integer
type. Group: producer- Returns:
- the name of the header
GitHubInResponseTo
.
-
gitHubPullRequestHeadCommitSHA
The sha of the head of the pull request. The option is a:String
type. Group: common- Returns:
- the name of the header
GitHubPullRequestHeadCommitSHA
.
-
gitHubIssueTitle
The title of the issue. The option is a:String
type. Group: producer- Returns:
- the name of the header
GitHubIssueTitle
.
-
gitHubCommitAuthor
The commit author. The option is a:String
type. Group: consumer- Returns:
- the name of the header
GitHubCommitAuthor
.
-
gitHubCommitCommitter
The committer name. The option is a:String
type. Group: consumer- Returns:
- the name of the header
GitHubCommitCommitter
.
-
gitHubCommitSha
The commit sha. The option is a:String
type. Group: consumer- Returns:
- the name of the header
GitHubCommitSha
.
-
gitHubCommitUrl
The commit URL. The option is a:String
type. Group: consumer- Returns:
- the name of the header
GitHubCommitUrl
.
-
gitHubEventPayload
The event payload. The option is a:org.eclipse.egit.github.core.event.EventPayload
type. Group: consumer- Returns:
- the name of the header
GitHubEventPayload
.
-