public class ReadMavenPomStep
extends org.jenkinsci.plugins.workflow.steps.AbstractStepImpl
| 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.
|
public String getFile()
@DataBoundSetter public void setFile(String file)
file - optional file nameCopyright © 2004-2016. All Rights Reserved.