Arquillian Container Test Implementation Base 1.0.0.CR3

org.jboss.arquillian.container.test.impl.client.deployment.command
Class DeployDeploymentCommand

java.lang.Object
  extended by org.jboss.arquillian.container.test.impl.client.deployment.command.AbstractCommand<String>
      extended by org.jboss.arquillian.container.test.impl.client.deployment.command.DeployDeploymentCommand
All Implemented Interfaces:
Serializable, Command<String>

public class DeployDeploymentCommand
extends AbstractCommand<String>

DeployDeployment

Version:
$Revision: $
Author:
Aslak Knutsen
See Also:
Serialized Form

Constructor Summary
DeployDeploymentCommand(String deploymentName)
           
 
Method Summary
 String getDeploymentName()
           
 
Methods inherited from class org.jboss.arquillian.container.test.impl.client.deployment.command.AbstractCommand
getResult, getThrowable, setResult, setThrowable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeployDeploymentCommand

public DeployDeploymentCommand(String deploymentName)
Method Detail

getDeploymentName

public String getDeploymentName()
Returns:
the deploymentName

Arquillian Container Test Implementation Base 1.0.0.CR3

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.