Package com.fortify.plugin.jenkins
Class FortifyPlugin.BasicDotNetProjectSolutionScanTypeBlock
- java.lang.Object
-
- com.fortify.plugin.jenkins.FortifyPlugin.BasicDotNetProjectSolutionScanTypeBlock
-
- All Implemented Interfaces:
FortifyPlugin.BasicDotNetScanTypeBlock
- Enclosing class:
- FortifyPlugin
@Deprecated public static class FortifyPlugin.BasicDotNetProjectSolutionScanTypeBlock extends Object implements FortifyPlugin.BasicDotNetScanTypeBlock
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description BasicDotNetProjectSolutionScanTypeBlock(FortifyPlugin.BasicDotNetBuildTypeBlock dotNetBuildType)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getDevenvAddOptions()
Deprecated.String
getDevenvProjects()
Deprecated.String
getMSBuildAddOptions()
Deprecated.String
getMSBuildProjects()
Deprecated.boolean
isDevenvBuildType()
Deprecated.boolean
isMSBuildBuildType()
Deprecated.
-
-
-
Constructor Detail
-
BasicDotNetProjectSolutionScanTypeBlock
@DataBoundConstructor public BasicDotNetProjectSolutionScanTypeBlock(FortifyPlugin.BasicDotNetBuildTypeBlock dotNetBuildType)
Deprecated.
-
-
Method Detail
-
isDevenvBuildType
public boolean isDevenvBuildType()
Deprecated.
-
isMSBuildBuildType
public boolean isMSBuildBuildType()
Deprecated.
-
getDevenvProjects
public String getDevenvProjects()
Deprecated.
-
getDevenvAddOptions
public String getDevenvAddOptions()
Deprecated.
-
getMSBuildProjects
public String getMSBuildProjects()
Deprecated.
-
getMSBuildAddOptions
public String getMSBuildAddOptions()
Deprecated.
-
-