| Package | Description |
|---|---|
| io.jenkins.plugins.checks.api |
Provides default Findbugs annotations.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ChecksPublisher.NullChecksPublisher
A null publisher.
|
| Modifier and Type | Method and Description |
|---|---|
static ChecksPublisher |
ChecksPublisherFactory.fromJob(Job<?,?> job,
TaskListener listener)
Returns a suitable publisher for the job.
|
static ChecksPublisher |
ChecksPublisherFactory.fromRun(Run<?,?> run,
TaskListener listener)
Returns a suitable publisher for the run.
|
| Modifier and Type | Method and Description |
|---|---|
protected Optional<ChecksPublisher> |
ChecksPublisherFactory.createPublisher(Job<?,?> job,
TaskListener listener)
|
protected Optional<ChecksPublisher> |
ChecksPublisherFactory.createPublisher(Run<?,?> run,
TaskListener listener)
|
Copyright © 2016–2020. All rights reserved.