public class WithMavenStep
extends org.jenkinsci.plugins.workflow.steps.AbstractStepImpl
| Modifier and Type | Class and Description |
|---|---|
static class |
WithMavenStep.DescriptorImpl |
| Constructor and Description |
|---|
WithMavenStep() |
| Modifier and Type | Method and Description |
|---|---|
String |
getJdk() |
String |
getMaven() |
String |
getMavenLocalRepo() |
String |
getMavenOpts() |
String |
getMavenSettingsConfig() |
String |
getMavenSettingsFilePath() |
void |
setJdk(String jdk) |
void |
setMaven(String maven) |
void |
setMavenLocalRepo(String mavenLocalRepo) |
void |
setMavenOpts(String mavenOpts) |
void |
setMavenSettingsConfig(String mavenSettingsConfig) |
void |
setMavenSettingsFilePath(String mavenSettingsFilePath) |
public String getMavenSettingsConfig()
@DataBoundSetter public void setMavenSettingsConfig(String mavenSettingsConfig)
public String getMavenSettingsFilePath()
@DataBoundSetter public void setMavenSettingsFilePath(String mavenSettingsFilePath)
public String getMaven()
@DataBoundSetter public void setMaven(String maven)
public String getMavenOpts()
@DataBoundSetter public void setMavenOpts(String mavenOpts)
public String getJdk()
@DataBoundSetter public void setJdk(String jdk)
public String getMavenLocalRepo()
@DataBoundSetter public void setMavenLocalRepo(String mavenLocalRepo)
Copyright © 2016. All rights reserved.