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 Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description AllBuilds()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDisplayName()
Human readable name to display.String
getUrlName()
The short relative url name of this scan mode.-
Methods inherited from class com.sonyericsson.jenkins.plugins.bfa.sod.ScanOnDemandBaseAction.ScanMode
all, doPerformScan, getFullUrl, getParent, hasAnyRun, setAsDefault
-
-
-
-
Method Detail
-
getUrlName
@NonNull public String getUrlName()
Description copied from class:ScanOnDemandBaseAction.ScanMode
The short relative url name of this scan mode. Also used as a short identifier of the scan mode.- Specified by:
getUrlName
in classScanOnDemandBaseAction.ScanMode
- Returns:
- the url name
-
getDisplayName
@NonNull public String getDisplayName()
Description copied from class:ScanOnDemandBaseAction.ScanMode
Human readable name to display.- Specified by:
getDisplayName
in classScanOnDemandBaseAction.ScanMode
- Returns:
- the name
-
-