Class GitHubTagSCMHeadEvent

    • 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

      • GitHubTagSCMHeadEvent

        public GitHubTagSCMHeadEvent​(@NonNull
                                     jenkins.scm.api.SCMEvent.Type type,
                                     long timestamp,
                                     @NonNull
                                     BranchInfo payload,
                                     @CheckForNull
                                     String origin)
    • Method Detail

      • heads

        @NonNull
        public Map<jenkins.scm.api.SCMHead,​jenkins.scm.api.SCMRevision> heads​(@NonNull
                                                                                    jenkins.scm.api.SCMSource source)
        Specified by:
        heads in class jenkins.scm.api.SCMHeadEvent<BranchInfo>