Class OtherScanType
- java.lang.Object
-
- com.fortify.plugin.jenkins.steps.types.ProjectScanType
-
- com.fortify.plugin.jenkins.steps.types.OtherScanType
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<ProjectScanType>
public class OtherScanType extends ProjectScanType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
OtherScanType.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 OtherScanType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getOtherIncludesList()
String
getOtherOptions()
void
setOtherIncludesList(String otherIncludesList)
void
setOtherOptions(String otherOptions)
-
Methods inherited from class com.fortify.plugin.jenkins.steps.types.ProjectScanType
getDescriptor, getProjectScanTypes
-
-
-
-
Method Detail
-
getOtherOptions
public String getOtherOptions()
-
getOtherIncludesList
public String getOtherIncludesList()
-
setOtherOptions
@DataBoundSetter public void setOtherOptions(String otherOptions)
-
setOtherIncludesList
@DataBoundSetter public void setOtherIncludesList(String otherIncludesList)
-
-