Class ScanOnDemandBaseAction.NonScanned
java.lang.Object
com.sonyericsson.jenkins.plugins.bfa.sod.ScanOnDemandBaseAction.ScanMode
com.sonyericsson.jenkins.plugins.bfa.sod.ScanOnDemandBaseAction.NonScanned
- All Implemented Interfaces:
ExtensionPoint
- Enclosing class:
- ScanOnDemandBaseAction
@Extension
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public static class ScanOnDemandBaseAction.NonScanned
extends ScanOnDemandBaseAction.ScanMode
ScanMode that scans only previously non scanned builds.
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Modifier 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.ScanMode
all, doPerformScan, getFullUrl, getParent, hasAnyRun, setAsDefault
-
Constructor Details
-
NonScanned
public NonScanned()
-
-
Method Details
-
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
Description copied from class:ScanOnDemandBaseAction.ScanMode
Human readable name to display.- Specified by:
getDisplayName
in classScanOnDemandBaseAction.ScanMode
- Returns:
- the name
-