public abstract class AbstractStatusChecksProperties extends Object implements ExtensionPoint
DefaultStatusCheckProperties will be used.ExtensionPoint.LegacyInstancesAreScopedToHudson| Constructor and Description |
|---|
AbstractStatusChecksProperties() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getName(Job<?,?> job)
Returns the name of the status check.
|
abstract boolean |
isApplicable(Job<?,?> job)
Returns whether the implementation is applicable for the
job. |
abstract boolean |
isSkipped(Job<?,?> job)
Returns whether to skip publishing status checks.
|
public abstract boolean isApplicable(Job<?,?> job)
job.job - A jenkins job.public abstract String getName(Job<?,?> job)
job - A jenkins job.public abstract boolean isSkipped(Job<?,?> job)
job - A jenkins job.Copyright © 2016–2021. All rights reserved.