Package com.fortify.plugin.jenkins.steps
Class FortifyCloudScanStep
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
-
- org.jenkinsci.plugins.workflow.steps.Step
-
- com.fortify.plugin.jenkins.steps.FortifyStep
-
- com.fortify.plugin.jenkins.steps.FortifyCloudScanStep
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<org.jenkinsci.plugins.workflow.steps.Step>
,BuildStep
,SimpleBuildStep
- Direct Known Subclasses:
CloudScanArguments
,CloudScanMbs
,CloudScanStart
public abstract class FortifyCloudScanStep extends FortifyStep
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.tasks.BuildStep
BuildStep.PublisherList
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Nested classes/interfaces inherited from interface jenkins.tasks.SimpleBuildStep
SimpleBuildStep.LastBuildAction, SimpleBuildStep.LastBuildActionFactory
-
-
Field Summary
Fields Modifier and Type Field Description protected String
scanOptions
-
Fields inherited from class com.fortify.plugin.jenkins.steps.FortifyStep
lastBuild, VERSION
-
Fields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS
-
-
Constructor Summary
Constructors Constructor Description FortifyCloudScanStep()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getCloudScanExecutable(Run<?,?> build, FilePath workspace, Launcher launcher, TaskListener listener, EnvVars vars)
String
getResolvedScanArgs(TaskListener listener)
protected String
getScancentralExecutable(Run<?,?> build, FilePath workspace, Launcher launcher, TaskListener listener, EnvVars vars)
String
getScanOptions()
void
setScanOptions(String scanOptions)
-
Methods inherited from class com.fortify.plugin.jenkins.steps.FortifyStep
addAllArguments, addAllArguments, addAllArgumentsWithNoMasks, getExecutable, getProjectAction, getProjectActions, perform, prebuild, resolve, setLastBuild, start
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface hudson.tasks.BuildStep
getRequiredMonitorService
-
Methods inherited from interface jenkins.tasks.SimpleBuildStep
perform, perform, perform, requiresWorkspace
-
-
-
-
Field Detail
-
scanOptions
protected String scanOptions
-
-
Method Detail
-
getScanOptions
public String getScanOptions()
-
setScanOptions
@DataBoundSetter public void setScanOptions(String scanOptions)
-
getResolvedScanArgs
public String getResolvedScanArgs(TaskListener listener)
-
getCloudScanExecutable
protected String getCloudScanExecutable(Run<?,?> build, FilePath workspace, Launcher launcher, TaskListener listener, EnvVars vars) throws InterruptedException, IOException
- Throws:
InterruptedException
IOException
-
getScancentralExecutable
protected String getScancentralExecutable(Run<?,?> build, FilePath workspace, Launcher launcher, TaskListener listener, EnvVars vars) throws InterruptedException, IOException
- Throws:
InterruptedException
IOException
-
-