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 class
PythonProjectType.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 String
getPythonRequirementsFile()
String
getPythonVersion()
String
getPythonVirtualEnv()
void
setPythonRequirementsFile(String pythonRequirementsFile)
void
setPythonVersion(String pythonVersion)
void
setPythonVirtualEnv(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)
-
-