Class PythonProjectType
- java.lang.Object
-
- com.fortify.plugin.jenkins.steps.remote.RemoteAnalysisProjectType
-
- com.fortify.plugin.jenkins.steps.remote.PythonProjectType
-
- All Implemented Interfaces:
ExtensionPoint,Describable<RemoteAnalysisProjectType>
public class PythonProjectType extends RemoteAnalysisProjectType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPythonProjectType.DescriptorImpl-
Nested classes/interfaces inherited from class com.fortify.plugin.jenkins.steps.remote.RemoteAnalysisProjectType
RemoteAnalysisProjectType.RemoteAnalysisProjectTypeDescriptor
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description PythonProjectType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPythonRequirementsFile()StringgetPythonVersion()StringgetPythonVirtualEnv()voidsetPythonRequirementsFile(String pythonRequirementsFile)voidsetPythonVersion(String pythonVersion)voidsetPythonVirtualEnv(String pythonVirtualEnv)-
Methods inherited from class com.fortify.plugin.jenkins.steps.remote.RemoteAnalysisProjectType
getDescriptor, getRemoteAnalysisProjectTypeDescriptors
-
-
-
-
Method Detail
-
getPythonVersion
public String getPythonVersion()
-
setPythonVersion
@DataBoundSetter public void setPythonVersion(String pythonVersion)
-
getPythonRequirementsFile
public String getPythonRequirementsFile()
-
setPythonRequirementsFile
@DataBoundSetter public void setPythonRequirementsFile(String pythonRequirementsFile)
-
getPythonVirtualEnv
public String getPythonVirtualEnv()
-
setPythonVirtualEnv
@DataBoundSetter public void setPythonVirtualEnv(String pythonVirtualEnv)
-
-