Class ScanOnDemandBaseAction.AllBuilds
java.lang.Object
com.sonyericsson.jenkins.plugins.bfa.sod.ScanOnDemandBaseAction.ScanMode
com.sonyericsson.jenkins.plugins.bfa.sod.ScanOnDemandBaseAction.AllBuilds
- All Implemented Interfaces:
- ExtensionPoint
- Enclosing class:
- ScanOnDemandBaseAction
@Extension
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public static class ScanOnDemandBaseAction.AllBuilds
extends ScanOnDemandBaseAction.ScanMode
ScanMode that re-scans all builds regardless if they have been scanned before or not.
- 
Nested Class SummaryNested classes/interfaces inherited from interface hudson.ExtensionPointExtensionPoint.LegacyInstancesAreScopedToHudson
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionHuman readable name to display.The short relative url name of this scan mode.Methods inherited from class com.sonyericsson.jenkins.plugins.bfa.sod.ScanOnDemandBaseAction.ScanModeall, doPerformScan, getFullUrl, getParent, hasAnyRun, setAsDefault
- 
Constructor Details- 
AllBuildspublic AllBuilds()
 
- 
- 
Method Details- 
getUrlNameDescription copied from class:ScanOnDemandBaseAction.ScanModeThe short relative url name of this scan mode. Also used as a short identifier of the scan mode.- Specified by:
- getUrlNamein class- ScanOnDemandBaseAction.ScanMode
- Returns:
- the url name
 
- 
getDisplayNameDescription copied from class:ScanOnDemandBaseAction.ScanModeHuman readable name to display.- Specified by:
- getDisplayNamein class- ScanOnDemandBaseAction.ScanMode
- Returns:
- the name
 
 
-