A B C D E F G H I L M P S T

A

AbstractStartServiceMojo - Class in com.atlassian.maven.plugins.testharness
base class for service starting
AbstractStartServiceMojo() - Constructor for class com.atlassian.maven.plugins.testharness.AbstractStartServiceMojo
 

B

BaseConfiguration - Class in com.atlassian.maven.plugins.testharness
just a class to share some logic shared by different configuration classes
BaseConfiguration(String, MavenProject) - Constructor for class com.atlassian.maven.plugins.testharness.BaseConfiguration
 

C

com.atlassian.maven.plugins.testharness - package com.atlassian.maven.plugins.testharness
 
com.atlassian.maven.plugins.testharness.util - package com.atlassian.maven.plugins.testharness.util
 
configureWebapp() - Method in class com.atlassian.maven.plugins.testharness.AbstractStartServiceMojo
does pre-deployment of Container config
configureWebapp() - Method in class com.atlassian.maven.plugins.testharness.StartConfluenceMojo
 
configureWebapp() - Method in class com.atlassian.maven.plugins.testharness.StartJiraMojo
 
Container - Class in com.atlassian.maven.plugins.testharness
 
Container() - Constructor for class com.atlassian.maven.plugins.testharness.Container
 
copyDependenciesTo(List, File) - Method in class com.atlassian.maven.plugins.testharness.util.DependencyUtils
takes a list of dependencies, loads them from the repository, and copies them to location

D

DependencyUtils - Class in com.atlassian.maven.plugins.testharness.util
in charge of finding and perhaps dynamically downloading dependencies
DependencyUtils(ArtifactFactory, ArtifactResolver, ArtifactRepository, List, MavenProject, AntUtils) - Constructor for class com.atlassian.maven.plugins.testharness.util.DependencyUtils
 

E

execute() - Method in class com.atlassian.maven.plugins.testharness.AbstractStartServiceMojo
 
execute() - Method in class com.atlassian.maven.plugins.testharness.StartFisheyeMojo
 
expandDependency(String, String, String, String, File) - Method in class com.atlassian.maven.plugins.testharness.util.DependencyUtils
 
expandDependency(String, String, String, String, File, boolean) - Method in class com.atlassian.maven.plugins.testharness.util.DependencyUtils
 
expandDependency(String, String, String, String, File, File, boolean) - Method in class com.atlassian.maven.plugins.testharness.util.DependencyUtils
 

F

findDependency(Dependency) - Method in class com.atlassian.maven.plugins.testharness.util.DependencyUtils
finds an artifact based on the dependency's group id, artifact id, and if it's set type in the project's artifacts

G

getAntUtils() - Method in class com.atlassian.maven.plugins.testharness.AbstractStartServiceMojo
 
getApplicationDependencies() - Method in class com.atlassian.maven.plugins.testharness.Service
 
getArtifactId() - Method in class com.atlassian.maven.plugins.testharness.PluginDependency
 
getConfigDirectory() - Method in class com.atlassian.maven.plugins.testharness.Service
 
getContainer() - Method in class com.atlassian.maven.plugins.testharness.AbstractStartServiceMojo
 
getContainerHome() - Method in class com.atlassian.maven.plugins.testharness.Container
 
getContainerId() - Method in class com.atlassian.maven.plugins.testharness.Container
 
getContext() - Method in class com.atlassian.maven.plugins.testharness.Container
 
getControlPort() - Method in class com.atlassian.maven.plugins.testharness.Container
 
getDefaultServiceDirectory() - Method in class com.atlassian.maven.plugins.testharness.BaseConfiguration
returns the default base service directory: ${project.build.directory}/service-name
getDependency(Dependency) - Method in class com.atlassian.maven.plugins.testharness.util.DependencyUtils
returns a dependency that does not need to be configured in the project already todo this doesn't do transitive fetching, we need that to make it work
getDependencyUtils() - Method in class com.atlassian.maven.plugins.testharness.AbstractStartServiceMojo
 
getExtraClassPathElements() - Method in class com.atlassian.maven.plugins.testharness.AbstractStartServiceMojo
set of strings that will be added to the classpath for the application Container
getExtraClassPathElements() - Method in class com.atlassian.maven.plugins.testharness.StartConfluenceMojo
set of strings that will be added to the classpath for the application Container
getExtraClassPathElements() - Method in class com.atlassian.maven.plugins.testharness.StartJiraMojo
set of strings that will be added to the classpath for the application Container
getFile() - Method in class com.atlassian.maven.plugins.testharness.PluginDependency
 
getGroupId() - Method in class com.atlassian.maven.plugins.testharness.PluginDependency
 
getHttpPort() - Method in class com.atlassian.maven.plugins.testharness.Container
 
getInstallerUrl() - Method in class com.atlassian.maven.plugins.testharness.Container
 
getJvmArgs() - Method in class com.atlassian.maven.plugins.testharness.Container
 
getMavenProject() - Method in class com.atlassian.maven.plugins.testharness.BaseConfiguration
 
getOutputLog() - Method in class com.atlassian.maven.plugins.testharness.Container
 
getProject() - Method in class com.atlassian.maven.plugins.testharness.AbstractStartServiceMojo
 
getScope() - Method in class com.atlassian.maven.plugins.testharness.PluginDependency
 
getService() - Method in class com.atlassian.maven.plugins.testharness.AbstractStartServiceMojo
 
getServiceName() - Method in class com.atlassian.maven.plugins.testharness.AbstractStartServiceMojo
 
getServiceName() - Method in class com.atlassian.maven.plugins.testharness.BaseConfiguration
 
getServiceName() - Method in class com.atlassian.maven.plugins.testharness.StartConfluenceMojo
 
getServiceName() - Method in class com.atlassian.maven.plugins.testharness.StartJiraMojo
 
getSystemProperties() - Method in class com.atlassian.maven.plugins.testharness.AbstractStartServiceMojo
system properties to be set on the application Container
getSystemProperties() - Method in class com.atlassian.maven.plugins.testharness.StartConfluenceMojo
system properties to be set on the application Container
getSystemProperties() - Method in class com.atlassian.maven.plugins.testharness.StartJiraMojo
system properties to be set on the application Container
getType() - Method in class com.atlassian.maven.plugins.testharness.PluginDependency
 
getVersion() - Method in class com.atlassian.maven.plugins.testharness.PluginDependency
 
getWebappDirectory() - Method in class com.atlassian.maven.plugins.testharness.Service
 
getWebappLibDirectory() - Method in class com.atlassian.maven.plugins.testharness.Service
 

H

handlePluginDependencies(List, File) - Method in class com.atlassian.maven.plugins.testharness.util.DependencyUtils
takes plugin dependencies and installs them to the given location...

I

installDependencies() - Method in class com.atlassian.maven.plugins.testharness.AbstractStartServiceMojo
 
isFileDependency() - Method in class com.atlassian.maven.plugins.testharness.PluginDependency
 
isInstallThisArtifact() - Method in class com.atlassian.maven.plugins.testharness.Service
 
isStartService() - Method in class com.atlassian.maven.plugins.testharness.Container
 
isWait() - Method in class com.atlassian.maven.plugins.testharness.Container
 

L

loadDependencyList(InputStream) - Method in class com.atlassian.maven.plugins.testharness.util.DependencyUtils
 

M

MojoUtils - Class in com.atlassian.maven.plugins.testharness.util
 

P

PluginDependency - Class in com.atlassian.maven.plugins.testharness
dependency can be either a file or group id, artifact id, etc...
PluginDependency() - Constructor for class com.atlassian.maven.plugins.testharness.PluginDependency
 

S

Service - Class in com.atlassian.maven.plugins.testharness
contains configuration for the webaservice e.g.
Service() - Constructor for class com.atlassian.maven.plugins.testharness.Service
 
setBaseConfiguration(BaseConfiguration) - Method in class com.atlassian.maven.plugins.testharness.Container
 
setBaseConfiguration(BaseConfiguration) - Method in class com.atlassian.maven.plugins.testharness.Service
 
setContainer(Container) - Method in class com.atlassian.maven.plugins.testharness.AbstractStartServiceMojo
 
setService(Service) - Method in class com.atlassian.maven.plugins.testharness.AbstractStartServiceMojo
 
StartConfluenceMojo - Class in com.atlassian.maven.plugins.testharness
starts confluence in a Container using cargo to support integration tests
StartConfluenceMojo() - Constructor for class com.atlassian.maven.plugins.testharness.StartConfluenceMojo
 
StartFisheyeMojo - Class in com.atlassian.maven.plugins.testharness
starts jira in a Container using cargo to support integration tests
StartFisheyeMojo() - Constructor for class com.atlassian.maven.plugins.testharness.StartFisheyeMojo
 
StartJiraMojo - Class in com.atlassian.maven.plugins.testharness
starts jira in a Container using cargo to support integration tests
StartJiraMojo() - Constructor for class com.atlassian.maven.plugins.testharness.StartJiraMojo
 

T

toMavenDependency() - Method in class com.atlassian.maven.plugins.testharness.PluginDependency
 

A B C D E F G H I L M P S T

Copyright © 2008 Atlassian Software Systems Pty Ltd. All Rights Reserved.