Class ReadMavenPomStep
java.lang.Object
hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.Step
org.jenkinsci.plugins.pipeline.utility.steps.maven.ReadMavenPomStep
- All Implemented Interfaces:
 ExtensionPoint,Describable<org.jenkinsci.plugins.workflow.steps.Step>
public class ReadMavenPomStep
extends org.jenkinsci.plugins.workflow.steps.Step
Reads a maven pom file from the workspace.
- Author:
 - Robert Sandell <rsandell@cloudbees.com>.
 
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classAuto imports org.apache.maven.model.* .static classWhitelists all non static setters, getters and constructors in the package org.apache.maven.model.Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class org.jenkinsci.plugins.workflow.steps.Step
getDescriptor 
- 
Constructor Details
- 
ReadMavenPomStep
@DataBoundConstructor public ReadMavenPomStep() 
 - 
 - 
Method Details
- 
start
public org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext context) throws Exception - Specified by:
 startin classorg.jenkinsci.plugins.workflow.steps.Step- Throws:
 Exception
 - 
getFile
Optional name of the maven file to read. If empty 'pom.xml' in the current working directory will be used.- Returns:
 - file name
 
 - 
setFile
Optional name of the maven file to read. If empty 'pom.xml' in the current working directory will be used.- Parameters:
 file- optional file name
 
 -