Package io.jenkins.plugins.checks.github
@DefaultAnnotation(edu.umd.cs.findbugs.annotations.NonNull.class)
package io.jenkins.plugins.checks.github
Provides default Findbugs annotations.
-
ClassDescriptionThis subscriber manages
GHEvent.CHECK_RUN
event and handles the re-run action request.Declares that a build was started due to a user's rerun request through GitHub checks API.An invisible action to track the state of GitHub Checks so that the publisher can update existing checks by the same name, and report back to the checks api the state of a named check (without having to go and check GitHub each time).Base class for a context that publishes GitHub checks.A publisher which publishes GitHub check runs.An factory which producesGitHubChecksPublisher
.Facade toGitHubSCMSource
andGitSCM
in Jenkins.