JBoss AS7 Deployment Plugin 7.9.Final

Uses of Class
org.jboss.as.plugin.deployment.Deployment.Type

Packages that use Deployment.Type
org.jboss.as.plugin.deployment   
org.jboss.as.plugin.deployment.domain   
org.jboss.as.plugin.deployment.standalone   
 

Uses of Deployment.Type in org.jboss.as.plugin.deployment
 

Methods in org.jboss.as.plugin.deployment that return Deployment.Type
 Deployment.Type Undeploy.getType()
           
 Deployment.Type RedeployOnly.getType()
           
 Deployment.Type DeployOnly.getType()
           
 Deployment.Type Deploy.getType()
           
 Deployment.Type DeployArtifact.getType()
           
 Deployment.Type Redeploy.getType()
           
 Deployment.Type UndeployArtifact.getType()
           
 Deployment.Type Deployment.getType()
          The type of the deployment.
static Deployment.Type Deployment.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Deployment.Type[] Deployment.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of Deployment.Type in org.jboss.as.plugin.deployment.domain
 

Methods in org.jboss.as.plugin.deployment.domain that return Deployment.Type
 Deployment.Type DomainDeployment.getType()
           
 

Methods in org.jboss.as.plugin.deployment.domain with parameters of type Deployment.Type
static DomainDeployment DomainDeployment.create(org.jboss.as.controller.client.helpers.domain.DomainClient client, Domain domain, File content, String name, Deployment.Type type, String matchPattern, MatchPatternStrategy matchPatternStrategy)
          Creates a new deployment.
 

Constructors in org.jboss.as.plugin.deployment.domain with parameters of type Deployment.Type
DomainDeployment(org.jboss.as.controller.client.helpers.domain.DomainClient client, Domain domain, File content, String name, Deployment.Type type, String matchPattern, MatchPatternStrategy matchPatternStrategy)
          Creates a new deployment.
 

Uses of Deployment.Type in org.jboss.as.plugin.deployment.standalone
 

Methods in org.jboss.as.plugin.deployment.standalone that return Deployment.Type
 Deployment.Type StandaloneDeployment.getType()
           
 

Methods in org.jboss.as.plugin.deployment.standalone with parameters of type Deployment.Type
static StandaloneDeployment StandaloneDeployment.create(org.jboss.as.controller.client.ModelControllerClient client, File content, String name, Deployment.Type type, String matchPattern, MatchPatternStrategy matchPatternStrategy)
          Creates a new deployment.
 

Constructors in org.jboss.as.plugin.deployment.standalone with parameters of type Deployment.Type
StandaloneDeployment(org.jboss.as.controller.client.ModelControllerClient client, File content, String name, Deployment.Type type, String matchPattern, MatchPatternStrategy matchPatternStrategy)
          Creates a new deployment.
 


JBoss AS7 Deployment Plugin 7.9.Final

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