Package io.jenkins.plugins.checks.status
Interface StatusChecksProperties
- All Superinterfaces:
ExtensionPoint
Deprecated.
Properties that controls status checks. When no implementations is provided for a job, a
DefaultStatusCheckProperties
will be used.-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns the name of the status check.boolean
isApplicable
(Job<?, ?> job) Deprecated.Returns if the implementation is applicable for thejob
.boolean
Deprecated.Returns if skip publishing status checks.
-
Method Details
-
isApplicable
Deprecated.Returns if the implementation is applicable for thejob
.- Parameters:
job
- A jenkins job.- Returns:
- true if applicable
-
getName
Deprecated.Returns the name of the status check.- Parameters:
job
- A jenkins job.- Returns:
- the name of the status check
-
isSkip
Deprecated.Returns if skip publishing status checks.- Parameters:
job
- A jenkins job.- Returns:
- true if skip
-
AbstractStatusChecksProperties
instead