public class WriteMavenPomStep
extends org.jenkinsci.plugins.workflow.steps.Step
| Modifier and Type | Class and Description |
|---|---|
static class |
WriteMavenPomStep.DescriptorImpl |
static class |
WriteMavenPomStep.Execution |
| Constructor and Description |
|---|
WriteMavenPomStep(org.apache.maven.model.Model model) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFile()
Optional name of the maven file to write.
|
org.apache.maven.model.Model |
getModel() |
void |
setFile(String file)
Optional name of the maven file to write.
|
org.jenkinsci.plugins.workflow.steps.StepExecution |
start(org.jenkinsci.plugins.workflow.steps.StepContext context) |
@DataBoundConstructor public WriteMavenPomStep(org.apache.maven.model.Model model)
public String getFile()
@DataBoundSetter public void setFile(String file)
file - file name@CheckForNull public org.apache.maven.model.Model getModel()
Copyright © 2016–2020. All rights reserved.