Class MavenInvokerStep
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
-
- org.jenkinsci.plugins.workflow.steps.Step
-
- org.jenkinsci.plugins.maveninvoker.pipeline.MavenInvokerStep
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<org.jenkinsci.plugins.workflow.steps.Step>
public class MavenInvokerStep extends org.jenkinsci.plugins.workflow.steps.Step
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MavenInvokerStep.DescriptorImpl
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description MavenInvokerStep()
MavenInvokerStep(String reportsFilenamePattern, String invokerBuildDir)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getInvokerBuildDir()
String
getReportsFilenamePattern()
void
setInvokerBuildDir(String invokerBuildDir)
void
setReportsFilenamePattern(String reportsFilenamePattern)
org.jenkinsci.plugins.workflow.steps.StepExecution
start(org.jenkinsci.plugins.workflow.steps.StepContext stepContext)
-
-
-
Method Detail
-
start
public org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext stepContext) throws Exception
- Specified by:
start
in classorg.jenkinsci.plugins.workflow.steps.Step
- Throws:
Exception
-
getReportsFilenamePattern
public String getReportsFilenamePattern()
-
setReportsFilenamePattern
public void setReportsFilenamePattern(String reportsFilenamePattern)
-
getInvokerBuildDir
public String getInvokerBuildDir()
-
setInvokerBuildDir
public void setInvokerBuildDir(String invokerBuildDir)
-
-