Package com.fortify.plugin.jenkins
Class FortifyPlugin.BasicDotNetTranslationAppTypeBlock
- java.lang.Object
-
- com.fortify.plugin.jenkins.FortifyPlugin.BasicDotNetTranslationAppTypeBlock
-
- All Implemented Interfaces:
FortifyPlugin.BasicTranslationAppTypeBlock
- Enclosing class:
- FortifyPlugin
@Deprecated public static class FortifyPlugin.BasicDotNetTranslationAppTypeBlock extends Object implements FortifyPlugin.BasicTranslationAppTypeBlock
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description BasicDotNetTranslationAppTypeBlock(FortifyPlugin.BasicDotNetScanTypeBlock dotNetScanType)
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.FortifyPlugin.BasicDotNetScanTypeBlock
getScanTypeBlock()
Deprecated.String
getSourceCodeAddOptions()
Deprecated.String
getSourceCodeFrameworkVersion()
Deprecated.String
getSourceCodeLibdirs()
Deprecated.String
getSourceCodeSrcFiles()
Deprecated.boolean
isDevenvBuildType()
Deprecated.boolean
isMSBuildBuildType()
Deprecated.boolean
isProjectSolutionScanType()
Deprecated.boolean
isSourceCodeScanType()
Deprecated.
-
-
-
Constructor Detail
-
BasicDotNetTranslationAppTypeBlock
@DataBoundConstructor public BasicDotNetTranslationAppTypeBlock(FortifyPlugin.BasicDotNetScanTypeBlock dotNetScanType)
Deprecated.
-
-
Method Detail
-
isProjectSolutionScanType
public boolean isProjectSolutionScanType()
Deprecated.
-
isSourceCodeScanType
public boolean isSourceCodeScanType()
Deprecated.
-
getScanTypeBlock
public FortifyPlugin.BasicDotNetScanTypeBlock getScanTypeBlock()
Deprecated.
-
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.
-
getSourceCodeFrameworkVersion
public String getSourceCodeFrameworkVersion()
Deprecated.
-
getSourceCodeLibdirs
public String getSourceCodeLibdirs()
Deprecated.
-
getSourceCodeAddOptions
public String getSourceCodeAddOptions()
Deprecated.
-
getSourceCodeSrcFiles
public String getSourceCodeSrcFiles()
Deprecated.
-
-