public abstract class FormsBase
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
protected String |
buildPort |
protected String |
buildUrl |
protected String |
formFolder |
protected String |
formZip |
protected String |
jee |
protected String |
packageBuildPath |
protected String |
password |
protected String |
sslOverride |
protected String |
user |
| Constructor and Description |
|---|
FormsBase() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBuildPort() |
String |
getBuildUrl() |
String |
getFormFolder() |
String |
getFormZip() |
String |
getJeeContext() |
String |
getListFile() |
String |
getManageEndpoint() |
String |
getPackageBuildPath() |
String |
getPassword() |
boolean |
getSslOverride() |
String |
getUser() |
boolean |
isJee() |
getLog, getPluginContext, setLog, setPluginContext@Parameter(alias="buildUrl",
defaultValue="${buildUrl}",
required=true)
protected String buildUrl
@Parameter(alias="buildPort",
defaultValue="${buildPort}",
required=true)
protected String buildPort
@Parameter(alias="jee",
defaultValue="${jee}",
required=true)
protected String jee
@Parameter(alias="user",
defaultValue="${user}",
required=true)
protected String user
@Parameter(alias="password",
defaultValue="${password}",
required=true)
protected String password
@Parameter(alias="sslOverride",
defaultValue="false",
required=false)
protected String sslOverride
@Parameter(alias="formFolder",
defaultValue="forms",
required=false)
protected String formFolder
@Parameter(alias="formZip",
required=false)
protected String formZip
@Parameter(alias="packageBuildPath",
defaultValue="${project.build.directory}",
required=false)
protected String packageBuildPath
public String getBuildUrl()
public String getBuildPort()
public boolean isJee()
public String getUser()
public String getPassword()
public boolean getSslOverride()
public String getFormFolder()
public String getListFile()
public String getFormZip()
public String getManageEndpoint()
public String getJeeContext()
public String getPackageBuildPath()
Copyright © 2021. All rights reserved.