public class ReadMavenPomStep
extends org.jenkinsci.plugins.workflow.steps.Step
| Modifier and Type | Class and Description |
|---|---|
static class |
ReadMavenPomStep.DescriptorImpl |
static class |
ReadMavenPomStep.Execution |
static class |
ReadMavenPomStep.PackageAutoImporter
Auto imports org.apache.maven.model.* .
|
static class |
ReadMavenPomStep.WhiteLister
Whitelists all non static setters, getters and constructors in the package org.apache.maven.model.
|
| Constructor and Description |
|---|
ReadMavenPomStep() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFile()
Optional name of the maven file to read.
|
void |
setFile(String file)
Optional name of the maven file to read.
|
org.jenkinsci.plugins.workflow.steps.StepExecution |
start(org.jenkinsci.plugins.workflow.steps.StepContext context) |
public org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext context)
throws Exception
start in class org.jenkinsci.plugins.workflow.steps.StepExceptionpublic String getFile()
@DataBoundSetter public void setFile(String file)
file - optional file nameCopyright © 2016–2020. All rights reserved.