Class DotnetSourceScanType
- java.lang.Object
-
- com.fortify.plugin.jenkins.steps.types.ProjectScanType
-
- com.fortify.plugin.jenkins.steps.types.DotnetSourceScanType
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<ProjectScanType>
public class DotnetSourceScanType extends ProjectScanType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DotnetSourceScanType.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 DotnetSourceScanType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDotnetAddOptions()
String
getDotnetFrameworkVersion()
String
getDotnetLibdirs()
String
getDotnetSrcFiles()
void
setDotnetAddOptions(String dotnetAddOptions)
void
setDotnetFrameworkVersion(String dotnetFrameworkVersion)
void
setDotnetLibdirs(String dotnetLibdirs)
void
setDotnetSrcFiles(String dotnetSrcFiles)
-
Methods inherited from class com.fortify.plugin.jenkins.steps.types.ProjectScanType
getDescriptor, getProjectScanTypes
-
-
-
-
Method Detail
-
getDotnetFrameworkVersion
public String getDotnetFrameworkVersion()
-
getDotnetLibdirs
public String getDotnetLibdirs()
-
getDotnetSrcFiles
public String getDotnetSrcFiles()
-
getDotnetAddOptions
public String getDotnetAddOptions()
-
setDotnetFrameworkVersion
@DataBoundSetter public void setDotnetFrameworkVersion(String dotnetFrameworkVersion)
-
setDotnetLibdirs
@DataBoundSetter public void setDotnetLibdirs(String dotnetLibdirs)
-
setDotnetSrcFiles
@DataBoundSetter public void setDotnetSrcFiles(String dotnetSrcFiles)
-
setDotnetAddOptions
@DataBoundSetter public void setDotnetAddOptions(String dotnetAddOptions)
-
-