org.jboss.dtf.testframework.anttasks
Class DeploySoftware

java.lang.Object
  extended by Task
      extended by org.jboss.dtf.testframework.anttasks.DeploySoftware

public class DeploySoftware
extends Task


Constructor Summary
DeploySoftware()
           
 
Method Summary
 void execute()
          Called by the project to let the task do its work.
 void setNameservice(java.lang.String nameService)
           
 void setProduct(java.lang.String name)
           
 void setUrl(java.lang.String url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploySoftware

public DeploySoftware()
Method Detail

setProduct

public void setProduct(java.lang.String name)

setUrl

public void setUrl(java.lang.String url)

setNameservice

public void setNameservice(java.lang.String nameService)

execute

public void execute()
             throws BuildException
Called by the project to let the task do its work. This method may be called more than once, if the task is invoked more than once. For example, if target1 and target2 both depend on target3, then running "ant target1 target2" will run all tasks in target3 twice.

Throws:
BuildException - if something goes wrong with the build