Class MissingResultFallbackHandler

java.lang.Object
jenkins.model.TransientActionFactory<Job<?,?>>
io.jenkins.plugins.analysis.core.model.MissingResultFallbackHandler
All Implemented Interfaces:
ExtensionPoint

@Extension public final class MissingResultFallbackHandler extends TransientActionFactory<Job<?,?>>
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.