Class AdvancedScanType
- java.lang.Object
-
- com.fortify.plugin.jenkins.steps.types.ProjectScanType
-
- com.fortify.plugin.jenkins.steps.types.AdvancedScanType
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<ProjectScanType>
public class AdvancedScanType extends ProjectScanType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AdvancedScanType.DescriptorImpl
-
Nested classes/interfaces inherited from class com.fortify.plugin.jenkins.steps.types.ProjectScanType
ProjectScanType.ProjectScanTypeDescriptor
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description AdvancedScanType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAdvOptions()
void
setAdvOptions(String advOptions)
-
Methods inherited from class com.fortify.plugin.jenkins.steps.types.ProjectScanType
getDescriptor, getProjectScanTypes
-
-