Class MissingResultFallbackHandler
java.lang.Object
jenkins.model.TransientActionFactory<Job<?,?>>
io.jenkins.plugins.analysis.core.model.MissingResultFallbackHandler
- All Implemented Interfaces:
ExtensionPoint
Registers this class as a Jenkins extension that provides fallback for analysis builds.
This helps display warnings in the job view even when no analysis is present in the latest build.
The actions are rendered by finding the most recent build with valid
ResultAction
instances,
and then attaching the corresponding JobAction
and MissingResultFallbackHandler.TransientProjectResultAction
to the job.-
Nested Class Summary
Nested classes/interfaces inherited from class jenkins.model.TransientActionFactory
TransientActionFactory.Cache
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class jenkins.model.TransientActionFactory
actionType, factoriesFor
-
Constructor Details
-
Method Details
-
type
- Specified by:
type
in classTransientActionFactory<Job<?,
?>>
-
createFor
- Specified by:
createFor
in classTransientActionFactory<Job<?,
?>>
-