Class FortifyStep
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
-
- org.jenkinsci.plugins.workflow.steps.Step
-
- org.jenkinsci.plugins.fodupload.steps.FortifyStep
-
- All Implemented Interfaces:
ExtensionPoint,Describable<org.jenkinsci.plugins.workflow.steps.Step>,BuildStep,SimpleBuildStep
- Direct Known Subclasses:
FortifyDastPipeline,FortifyPollResults,FortifyStaticAssessment
public abstract class FortifyStep extends org.jenkinsci.plugins.workflow.steps.Step implements SimpleBuildStep
-
-
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 Run<?,?>lastBuild-
Fields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS
-
-
Constructor Summary
Constructors Constructor Description FortifyStep()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActiongetProjectAction(AbstractProject<?,?> project)Collection<? extends Action>getProjectActions(AbstractProject<?,?> project)BuildStepMonitorgetRequiredMonitorService()booleanperform(AbstractBuild<?,?> build, Launcher launcher, BuildListener listener)booleanprebuild(AbstractBuild<?,?> build, BuildListener listener)protected voidsetLastBuild(Run<?,?> lastBuild)org.jenkinsci.plugins.workflow.steps.StepExecutionstart(org.jenkinsci.plugins.workflow.steps.StepContext arg0)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface jenkins.tasks.SimpleBuildStep
perform, perform, perform, requiresWorkspace
-
-
-
-
Field Detail
-
lastBuild
protected Run<?,?> lastBuild
-
-
Method Detail
-
setLastBuild
protected void setLastBuild(Run<?,?> lastBuild)
-
prebuild
public boolean prebuild(AbstractBuild<?,?> build, BuildListener listener)
-
perform
public boolean perform(AbstractBuild<?,?> build, Launcher launcher, BuildListener listener) throws InterruptedException, IOException
- Specified by:
performin interfaceBuildStep- Throws:
InterruptedExceptionIOException
-
getProjectAction
public Action getProjectAction(AbstractProject<?,?> project)
- Specified by:
getProjectActionin interfaceBuildStep
-
getProjectActions
public Collection<? extends Action> getProjectActions(AbstractProject<?,?> project)
- Specified by:
getProjectActionsin interfaceBuildStep
-
start
public org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext arg0) throws Exception- Specified by:
startin classorg.jenkinsci.plugins.workflow.steps.Step- Throws:
Exception
-
getRequiredMonitorService
public BuildStepMonitor getRequiredMonitorService()
- Specified by:
getRequiredMonitorServicein interfaceBuildStep
-
-