Class GitHubPullRequestScmHeadEvent

    • Nested Class Summary

      • Nested classes/interfaces inherited from class jenkins.scm.api.SCMEvent

        jenkins.scm.api.SCMEvent.Dispatcher<E extends jenkins.scm.api.SCMEvent<?>>, jenkins.scm.api.SCMEvent.EventQueueMetrics, jenkins.scm.api.SCMEvent.Type
    • Field Summary

      • Fields inherited from class jenkins.scm.api.SCMEvent

        ORIGIN_UNKNOWN
    • Constructor Detail

      • GitHubPullRequestScmHeadEvent

        public GitHubPullRequestScmHeadEvent​(@NonNull
                                             jenkins.scm.api.SCMEvent.Type type,
                                             long timestamp,
                                             @NonNull
                                             PullRequestInfo payload,
                                             @CheckForNull
                                             String origin)