Uses of Class
com.sonyericsson.jenkins.plugins.bfa.sod.ScanOnDemandBaseAction.ScanMode
Packages that use ScanOnDemandBaseAction.ScanMode
-
Uses of ScanOnDemandBaseAction.ScanMode in com.sonyericsson.jenkins.plugins.bfa.sod
Subclasses of ScanOnDemandBaseAction.ScanMode in com.sonyericsson.jenkins.plugins.bfa.sodModifier and TypeClassDescriptionstatic class
ScanMode that re-scans all builds regardless if they have been scanned before or not.static class
ScanMode that scans only previously non scanned builds.Methods in com.sonyericsson.jenkins.plugins.bfa.sod that return ScanOnDemandBaseAction.ScanModeModifier and TypeMethodDescriptionScanOnDemandBaseAction.getDefault()
Finds the user's defaultScanOnDemandBaseAction.ScanMode
.Finds the mode with the provided url as returned bygetUrlName()
.Methods in com.sonyericsson.jenkins.plugins.bfa.sod that return types with arguments of type ScanOnDemandBaseAction.ScanModeModifier and TypeMethodDescriptionstatic List<ScanOnDemandBaseAction.ScanMode>
ScanOnDemandBaseAction.ScanMode.all()
Provides the lookup list of all registeredScanOnDemandBaseAction.ScanMode
s.