Uses of Class
org.codehaus.cargo.maven3.configuration.Deployable
-
Packages that use Deployable Package Description org.codehaus.cargo.maven3 org.codehaus.cargo.maven3.configuration org.codehaus.cargo.maven3.deployer -
-
Uses of Deployable in org.codehaus.cargo.maven3
Methods in org.codehaus.cargo.maven3 that return Deployable Modifier and Type Method Description protected Deployable[]
AbstractCargoMojo. getDeployablesElement()
See the Cargo Maven 3 plugin reference guide for more details.Methods in org.codehaus.cargo.maven3 with parameters of type Deployable Modifier and Type Method Description protected void
AbstractCargoMojo. setDeployablesElement(Deployable[] deployablesElement)
See the Cargo Maven 3 plugin reference guide for more details. -
Uses of Deployable in org.codehaus.cargo.maven3.configuration
Methods in org.codehaus.cargo.maven3.configuration with parameters of type Deployable Modifier and Type Method Description Configuration
Configuration. createConfiguration(String containerId, ContainerType containerType, Deployable[] deployables, CargoProject project, org.apache.maven.project.MavenProject mavenProject, String contextKey, org.apache.maven.settings.Settings mavenSettings, org.apache.maven.plugin.logging.Log log)
Creates a configuration. -
Uses of Deployable in org.codehaus.cargo.maven3.deployer
Methods in org.codehaus.cargo.maven3.deployer with parameters of type Deployable Modifier and Type Method Description DeployableMonitor
DefaultDeployableMonitorFactory. createDeployableMonitor(Container container, Deployable deployable)
Create aDeployableMonitor
instance which is able to check status of deployable using passed parameters, for example if Deployable has complete URL defined then is used URLDeployableMonitor.DeployableMonitor
DeployableMonitorFactory. createDeployableMonitor(Container container, Deployable deployable)
Create aDeployableMonitor
instance which is able to check status of deployable using passed parameters, for example if Deployable has complete URL defined then is used URLDeployableMonitor.
-