@DefaultAnnotation(value=edu.umd.cs.findbugs.annotations.NonNull.class)
See: Description
| Class | Description |
|---|---|
| CheckRunGHEventSubscriber |
This subscriber manages
GHEvent.CHECK_RUN event and handles the re-run action request. |
| CheckRunGHEventSubscriber.GitHubChecksRerunActionCause |
Declares that a build was started due to a user's rerun request through GitHub checks API.
|
| GitHubChecksAction |
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).
|
| GitHubChecksContext |
Base class for a context that publishes GitHub checks.
|
| GitHubChecksPublisher |
A publisher which publishes GitHub check runs.
|
| GitHubChecksPublisherFactory |
An factory which produces
GitHubChecksPublisher. |
| SCMFacade |
Facade to
GitHubSCMSource and GitSCM in Jenkins. |
Copyright © 2016–2022. All rights reserved.