public abstract class CMBase
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
protected String |
buildUrl |
protected String |
destFolder |
protected String |
fetchUrl |
protected String |
folderMappings |
protected String |
password |
protected String |
user |
protected String |
workFolder |
| Constructor and Description |
|---|
CMBase() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBuildUrl() |
String |
getDestFolder() |
String |
getFetchUrl() |
String |
getFolderMappings() |
String |
getPassword() |
String |
getUser() |
String |
getWorkFolder() |
getLog, getPluginContext, setLog, setPluginContext@Parameter(alias="buildUrl",
defaultValue="${buildUrl}",
required=true)
protected String buildUrl
@Parameter(alias="fetchUrl",
defaultValue="${fetchUrl}",
required=true)
protected String fetchUrl
@Parameter(alias="user",
defaultValue="admin",
required=true)
protected String user
@Parameter(alias="password",
defaultValue="admin",
required=true)
protected String password
@Parameter(alias="folderMappings",
defaultValue="${folderMappings}",
required=true)
protected String folderMappings
@Parameter(alias="workFolder",
defaultValue="${workFolder}",
required=true)
protected String workFolder
@Parameter(alias="destFolder",
defaultValue="${destFolder}",
required=true)
protected String destFolder
public String getBuildUrl()
public String getFetchUrl()
public String getUser()
public String getPassword()
public String getFolderMappings()
public String getWorkFolder()
public String getDestFolder()
Copyright © 2019. All rights reserved.