Class GradleScanType
- java.lang.Object
-
- com.fortify.plugin.jenkins.steps.types.ProjectScanType
-
- com.fortify.plugin.jenkins.steps.types.GradleScanType
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<ProjectScanType>
public class GradleScanType extends ProjectScanType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GradleScanType.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 GradleScanType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getGradleInstallationName()
String
getGradleOptions()
String
getGradleTasks()
boolean
getUseWrapper()
void
setGradleInstallationName(String gradleInstallationName)
void
setGradleOptions(String gradleOptions)
void
setGradleTasks(String gradleTasks)
void
setUseWrapper(boolean useWrapper)
-
Methods inherited from class com.fortify.plugin.jenkins.steps.types.ProjectScanType
getDescriptor, getProjectScanTypes
-
-
-
-
Method Detail
-
getUseWrapper
public boolean getUseWrapper()
-
getGradleTasks
public String getGradleTasks()
-
getGradleOptions
public String getGradleOptions()
-
getGradleInstallationName
public String getGradleInstallationName()
-
setUseWrapper
@DataBoundSetter public void setUseWrapper(boolean useWrapper)
-
setGradleTasks
@DataBoundSetter public void setGradleTasks(String gradleTasks)
-
setGradleOptions
@DataBoundSetter public void setGradleOptions(String gradleOptions)
-
setGradleInstallationName
@DataBoundSetter public void setGradleInstallationName(String gradleInstallationName)
-
-