AbstractStatusChecksProperties instead@Deprecated public interface StatusChecksProperties extends ExtensionPoint
DefaultStatusCheckProperties will be used.ExtensionPoint.LegacyInstancesAreScopedToHudson| Modifier and Type | Method and Description |
|---|---|
String |
getName(Job<?,?> job)
Deprecated.
Returns the name of the status check.
|
boolean |
isApplicable(Job<?,?> job)
Deprecated.
Returns if the implementation is applicable for the
job. |
boolean |
isSkip(Job<?,?> job)
Deprecated.
Returns if skip publishing status checks.
|
boolean isApplicable(Job<?,?> job)
job.job - A jenkins job.String getName(Job<?,?> job)
job - A jenkins job.boolean isSkip(Job<?,?> job)
job - A jenkins job.Copyright © 2016–2021. All rights reserved.