JBoss AS7 Deployment Plugin 7.9.Final

Uses of Class
org.jboss.as.plugin.common.AbstractServerMojo

Packages that use AbstractServerMojo
org.jboss.as.plugin.cli   
org.jboss.as.plugin.deployment   
org.jboss.as.plugin.deployment.resource   
org.jboss.as.plugin.server   
 

Uses of AbstractServerMojo in org.jboss.as.plugin.cli
 

Subclasses of AbstractServerMojo in org.jboss.as.plugin.cli
 class ExecuteCommands
          Execute commands to the running JBoss Application Server.
 

Uses of AbstractServerMojo in org.jboss.as.plugin.deployment
 

Subclasses of AbstractServerMojo in org.jboss.as.plugin.deployment
 class Deploy
          Deploys the application to the JBoss Application Server.
 class DeployArtifact
          Deploys an arbitrary artifact to the JBoss application server
 class DeployOnly
          Deploys only the application to the JBoss Application Server without first invoking the the execution of the lifecycle phase 'package' prior to executing itself.
 class Redeploy
          Redeploys the application to the JBoss Application Server.
 class RedeployOnly
          Redeploys only the application to the JBoss Application Server without first invoking the the execution of the lifecycle phase 'package' prior to executing itself.
 class Undeploy
          Undeploys the application to the JBoss Application Server.
 class UndeployArtifact
          Undeploys (removes) an arbitrary artifact to the JBoss application server
 

Uses of AbstractServerMojo in org.jboss.as.plugin.deployment.resource
 

Subclasses of AbstractServerMojo in org.jboss.as.plugin.deployment.resource
 class AddResource
          Adds a resource

If force is set to false and the resource has already been deployed to the server, an error will occur and the operation will fail.

 

Uses of AbstractServerMojo in org.jboss.as.plugin.server
 

Subclasses of AbstractServerMojo in org.jboss.as.plugin.server
 class Run
          Starts a standalone instance of JBoss Application Server 7 and deploys the application to the server.
 class Shutdown
          Shuts down a running JBoss Application Server.
 class Start
          Starts a standalone instance of JBoss Application Server 7.
 


JBoss AS7 Deployment Plugin 7.9.Final

Copyright © 2016 JBoss by Red Hat. All Rights Reserved.