public abstract class AbstractSandboxMojo
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.maven.model.Plugin |
RELEASE_PLUGIN |
protected com.atlassian.util.concurrent.Supplier<Map<String,String>> |
sandbox2releaseTags |
| Constructor and Description |
|---|
AbstractSandboxMojo() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkSandboxKeySpecified() |
protected String |
decryptPasswordIfNecessary(String password) |
protected org.apache.maven.plugin.BuildPluginManager |
getBuildPluginManager() |
protected String |
getCustomSettingsArgument() |
protected String |
getMavenRepositoryBaseUrl() |
protected org.apache.maven.project.MavenProject |
getProject() |
protected String |
getPromoterUrl() |
protected Map<String,String> |
getProperties() |
protected String |
getProperty(String propertyKey) |
protected String |
getRepositorySandboxUrl() |
protected String |
getSandboxKey() |
protected String |
getSandboxRepositoryRootUrl() |
protected String |
getSandboxRepositoryUrl() |
protected SandboxService |
getSandboxService() |
protected String |
getSandboxSettingsFilename() |
protected org.apache.maven.settings.Server |
getServer() |
protected org.apache.maven.execution.MavenSession |
getSession() |
protected org.apache.maven.settings.Settings |
getSettings() |
protected boolean |
isEnabled() |
protected void |
makeSessionNonInteractive() |
protected void |
setProperty(String propertyKey,
String propertyValue) |
protected void |
setPropertyIfNotBlank(String propertyKey,
String propertyValue) |
getLog, getPluginContext, setLog, setPluginContextprotected boolean isEnabled()
protected org.apache.maven.project.MavenProject getProject()
protected org.apache.maven.execution.MavenSession getSession()
protected org.apache.maven.plugin.BuildPluginManager getBuildPluginManager()
protected org.apache.maven.settings.Settings getSettings()
protected String getSandboxRepositoryRootUrl()
protected String getRepositorySandboxUrl()
protected String getSandboxRepositoryUrl()
protected String getSandboxKey()
protected String getMavenRepositoryBaseUrl()
protected String getPromoterUrl()
protected org.apache.maven.settings.Server getServer()
protected String getSandboxSettingsFilename()
protected void setProperty(String propertyKey, String propertyValue) throws org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoFailureExceptionprotected String getProperty(String propertyKey) throws org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoFailureExceptionprotected void setPropertyIfNotBlank(String propertyKey, String propertyValue) throws org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoFailureExceptionprotected Map<String,String> getProperties() throws org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoFailureExceptionprotected String getCustomSettingsArgument()
protected SandboxService getSandboxService()
protected void checkSandboxKeySpecified()
throws org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoFailureExceptionprotected void makeSessionNonInteractive()
Copyright © 2015 Atlassian. All rights reserved.