com.atlassian.maven.plugins.testharness
Class StartFisheyeMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
com.atlassian.maven.plugins.testharness.AbstractStartServiceMojo
com.atlassian.maven.plugins.testharness.StartFisheyeMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
public class StartFisheyeMojo
- extends AbstractStartServiceMojo
starts jira in a Container using cargo to support integration tests
| Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
| Methods inherited from class com.atlassian.maven.plugins.testharness.AbstractStartServiceMojo |
copyDependenciesTo, execute, expandArtifact, getApplicationDependencies, getContainer, getContainerOutputLog, getDefaultServiceDirectory, getDependencyUtils, getLocalRepository, getProject, getRemoteRepositories, getService, getServiceConfigDirectory, getServiceWebappDirectory, loadDependencyList, resolveDependencies, setContainer, setDependencyUtils, setLocalRepository, setProject, setRemoteRepositories, setService |
| Methods inherited from class org.apache.maven.plugin.AbstractMojo |
getLog, getPluginContext, setLog, setPluginContext |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StartFisheyeMojo
public StartFisheyeMojo()
getServiceName
protected java.lang.String getServiceName()
- Specified by:
getServiceName in class AbstractStartServiceMojo
configureWebapp
protected void configureWebapp()
throws org.apache.maven.plugin.MojoExecutionException
- Description copied from class:
AbstractStartServiceMojo
- Does pre-deployment of container config
- Specified by:
configureWebapp in class AbstractStartServiceMojo
- Throws:
org.apache.maven.plugin.MojoExecutionException - if an error occurs configuring the webapp
installDependencies
protected void installDependencies()
throws org.apache.maven.plugin.MojoExecutionException
- Description copied from class:
AbstractStartServiceMojo
- Installs dependencies into the container
- Specified by:
installDependencies in class AbstractStartServiceMojo
- Throws:
org.apache.maven.plugin.MojoExecutionException - if an error occurs installing the dependencies
startContainer
protected void startContainer()
throws org.apache.maven.plugin.MojoExecutionException
- Description copied from class:
AbstractStartServiceMojo
- Sets up the application container and then starts it
- Specified by:
startContainer in class AbstractStartServiceMojo
- Throws:
org.apache.maven.plugin.MojoExecutionException - if an error occurs starting or running the container
Copyright © 2008 Atlassian Software Systems Pty Ltd. All Rights Reserved.