public abstract class AbstractBaseConfluenceMojo
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Class and Description |
|---|---|
protected static interface |
AbstractBaseConfluenceMojo.ConfluenceTask |
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.maven.settings.Settings |
mavenSettings |
protected SSLCertificateInfo |
sslCertificate
if using a https url, configure if the plugin accepts every certifactes or
respects hostnameVerifierClass and trustManagerClass (if set).
|
| Constructor and Description |
|---|
AbstractBaseConfluenceMojo() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
confluenceExecute(AbstractBaseConfluenceMojo.ConfluenceTask task) |
String |
getEndPoint() |
String |
getParentPageTitle() |
String |
getPassword() |
String |
getSpaceKey() |
String |
getUsername() |
protected void |
loadUserInfoFromSettings()
Issue 39
Load username password from settings if user has not set them in JVM properties
|
protected static <T> T |
newClass(String clazz,
Class<T> type) |
getLog, getPluginContext, setLog, setPluginContext@Parameter(readonly=true,
property="settings")
protected org.apache.maven.settings.Settings mavenSettings
@Parameter protected SSLCertificateInfo sslCertificate
<sslCertificate> <ignore>true|false // default true <hostnameVerifierClass>FQN //default null <trustManagerClass>FQN // default null </sslCertificate>
public final String getEndPoint()
public final String getSpaceKey()
public final String getParentPageTitle()
public final String getUsername()
public final String getPassword()
protected void confluenceExecute(AbstractBaseConfluenceMojo.ConfluenceTask task) throws org.apache.maven.plugin.MojoExecutionException
task - org.apache.maven.plugin.MojoExecutionExceptionprotected void loadUserInfoFromSettings()
throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionCopyright © 2014 Bartolomeo Sorrentino. All rights reserved.