Extension Points defined in Build Failure Analyzer Plugin

This site is the new docs site currently being tested. For the actual docs in use please go to https://www.jenkins.io/doc.

DownstreamBuildFinder

jenkinsdoc:build-failure-analyzer:com.sonyericsson.jenkins.plugins.bfa.model.dbf.DownstreamBuildFinder]

There is no general way to find downstream build in Jenkins Core. Different plugin have there own way of keeping this information. Extend this class and implement jenkinsdoc:=getDownstreamBuilds(hudson.model.Run)] in a way suitable for the plugin

Implementations:

ScanOnDemandBaseAction.ScanMode

jenkinsdoc:build-failure-analyzer:com.sonyericsson.jenkins.plugins.bfa.sod.ScanOnDemandBaseAction.ScanMode]

Represents the different scan modes that can be used to re-scan the builds of a Job.

Implementations: