Class MavenScanType
- java.lang.Object
-
- com.fortify.plugin.jenkins.steps.types.ProjectScanType
-
- com.fortify.plugin.jenkins.steps.types.MavenScanType
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<ProjectScanType>
public class MavenScanType extends ProjectScanType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MavenScanType.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 MavenScanType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMavenInstallationName()
String
getMavenOptions()
void
setMavenInstallationName(String mavenInstallationName)
void
setMavenOptions(String mavenOptions)
-
Methods inherited from class com.fortify.plugin.jenkins.steps.types.ProjectScanType
getDescriptor, getProjectScanTypes
-
-
-
-
Method Detail
-
getMavenOptions
public String getMavenOptions()
-
getMavenInstallationName
public String getMavenInstallationName()
-
setMavenOptions
@DataBoundSetter public void setMavenOptions(String mavenOptions)
-
setMavenInstallationName
@DataBoundSetter public void setMavenInstallationName(String mavenInstallationName)
-
-