public class MetricsPipelineStep extends org.jenkinsci.plugins.workflow.steps.Step implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
MetricsPipelineStep.Descriptor
Descriptor for this step: defines the context and the UI labels.
|
Constructor and Description |
---|
MetricsPipelineStep()
Creates a new instance of
MetricsPipelineStep . |
Modifier and Type | Method and Description |
---|---|
String |
getClassPathFile() |
String |
getFilePattern() |
void |
setClassPathFile(String classPathFile) |
void |
setFilePattern(String filePattern) |
org.jenkinsci.plugins.workflow.steps.StepExecution |
start(org.jenkinsci.plugins.workflow.steps.StepContext context) |
@DataBoundConstructor public MetricsPipelineStep()
MetricsPipelineStep
.public org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext context)
start
in class org.jenkinsci.plugins.workflow.steps.Step
@DataBoundSetter public void setFilePattern(String filePattern)
public String getFilePattern()
public String getClassPathFile()
@DataBoundSetter public void setClassPathFile(String classPathFile)
Copyright © 2016–2020. All rights reserved.