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 SummaryNested 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.ExtensionPointExtensionPoint.LegacyInstancesAreScopedToHudson
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.jenkinsci.plugins.workflow.steps.StepgetDescriptor
- 
Constructor Details- 
ReadMavenPomStep@DataBoundConstructor public ReadMavenPomStep()
 
- 
- 
Method Details- 
startpublic org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext context) throws Exception - Specified by:
- startin class- org.jenkinsci.plugins.workflow.steps.Step
- Throws:
- Exception
 
- 
getFileOptional name of the maven file to read. If empty 'pom.xml' in the current working directory will be used.- Returns:
- file name
 
- 
setFileOptional name of the maven file to read. If empty 'pom.xml' in the current working directory will be used.- Parameters:
- file- optional file name
 
 
-