public abstract class AbstractServerConnection
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
static String |
DEBUG_MESSAGE_NO_CREDS |
static String |
DEBUG_MESSAGE_NO_ID |
static String |
DEBUG_MESSAGE_NO_SERVER_SECTION |
static String |
DEBUG_MESSAGE_NO_SETTINGS_FILE |
static String |
DEBUG_MESSAGE_POM_HAS_CREDS |
static String |
DEBUG_MESSAGE_SETTINGS_HAS_CREDS |
static String |
DEBUG_MESSAGE_SETTINGS_HAS_ID |
| Constructor and Description |
|---|
AbstractServerConnection() |
| Modifier and Type | Method and Description |
|---|---|
protected ManagementClient |
createClient()
Creates a new client.
|
protected ManagementClientConfiguration |
getClientConfiguration()
Gets a client configuration used to create a new
ManagementClient. |
abstract String |
goal()
The goal of the deployment.
|
getLog, getPluginContext, setLog, setPluginContextpublic static final String DEBUG_MESSAGE_NO_CREDS
public static final String DEBUG_MESSAGE_NO_ID
public static final String DEBUG_MESSAGE_NO_SERVER_SECTION
public static final String DEBUG_MESSAGE_NO_SETTINGS_FILE
public static final String DEBUG_MESSAGE_POM_HAS_CREDS
public static final String DEBUG_MESSAGE_SETTINGS_HAS_CREDS
public static final String DEBUG_MESSAGE_SETTINGS_HAS_ID
public abstract String goal()
protected ManagementClient createClient()
protected ManagementClientConfiguration getClientConfiguration()
ManagementClient.Copyright © 2015 JBoss by Red Hat. All rights reserved.