public abstract class OvercastAbstractMojo
extends org.apache.maven.plugin.AbstractMojo
| Constructor and Description |
|---|
OvercastAbstractMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
protected com.xebialabs.overcast.host.CloudHost |
find(String name) |
protected File |
getConfFile() |
com.typesafe.config.Config |
getConfig() |
List<Instance> |
getInstances() |
org.apache.maven.project.MavenProject |
getProject() |
File |
getTarget() |
boolean |
isSkip() |
protected Mapping |
map(Instance instance,
com.xebialabs.overcast.host.CloudHost cloud) |
abstract void |
run() |
protected OvercastAbstractMojo |
setConfFile(File conf) |
protected void |
store(List<Mapping> mappings) |
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionpublic abstract void run()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionpublic boolean isSkip()
public org.apache.maven.project.MavenProject getProject()
public com.typesafe.config.Config getConfig()
protected OvercastAbstractMojo setConfFile(File conf)
protected File getConfFile()
public File getTarget()
protected void store(List<Mapping> mappings) throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionprotected com.xebialabs.overcast.host.CloudHost find(String name) throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionCopyright © 2014-2015 Bartosz Firyn (sarxos). All Rights Reserved.