public abstract class BasePluginServerMojo extends BasePdkMojo
| Modifier and Type | Field and Description |
|---|---|
protected String |
password |
protected String |
pluginKey |
protected String |
serverUrl |
protected String |
username |
artifactFactory, localRepository| Constructor and Description |
|---|
BasePluginServerMojo() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
checkProperties() |
void |
execute() |
protected String |
getActionUrl() |
protected org.apache.commons.httpclient.HttpState |
getHttpState() |
protected abstract String |
getMode() |
String |
getPassword() |
String |
getPluginKey() |
String |
getServerUrl() |
protected abstract String |
getTitle() |
String |
getUsername() |
protected void |
init(String user,
String pass,
String confUrl) |
protected void |
init(String user,
String pass,
String confUrl,
String pluginKey) |
copy, copyFiles, getArtifact, urlEncodeprotected String username
protected String password
protected String serverUrl
protected String pluginKey
public String getPluginKey()
public String getServerUrl()
public String getUsername()
public String getPassword()
public void execute()
throws org.apache.maven.plugin.MojoFailureException,
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureExceptionorg.apache.maven.plugin.MojoExecutionExceptionprotected abstract String getTitle()
protected boolean checkProperties()
protected String getActionUrl()
protected org.apache.commons.httpclient.HttpState getHttpState()
protected abstract String getMode()
Copyright © 2025 Adaptavist.com Ltd. All rights reserved.