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 voidAbstractCargoMojo. 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 ConfigurationConfiguration. 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 DeployableMonitorDefaultDeployableMonitorFactory. createDeployableMonitor(Container container, Deployable deployable)Create aDeployableMonitorinstance which is able to check status of deployable using passed parameters, for example if Deployable has complete URL defined then is used URLDeployableMonitor.DeployableMonitorDeployableMonitorFactory. createDeployableMonitor(Container container, Deployable deployable)Create aDeployableMonitorinstance which is able to check status of deployable using passed parameters, for example if Deployable has complete URL defined then is used URLDeployableMonitor.
-