- All Implemented Interfaces:
- org.apache.camel.EndpointAware, org.apache.camel.IsSingleton, org.apache.camel.Processor, org.apache.camel.Producer, org.apache.camel.Service, org.apache.camel.ShutdownableService, org.apache.camel.StatefulService, org.apache.camel.SuspendableService
public class PullRequestStateProducer
extends AbstractGitHubProducer
Producer endpoint that sets the commit status.
The endpoint requires the "GitHubPullRequest" header, identifying the pull request number (integer),
and the "GitHubPullRequestHeadCommitSHA" header, identifying the commit SHA on which the state will be recorded.