Author: Tim Wagner (tw@appserver.io)
Inheritance: extends AppserverIo\Description\Api\Node\AbstractNode
Ejemplo n.º 1
0
 /**
  * Returns a deployment node initialized with a mock deployment configuration.
  *
  * @return \AppserverIo\Appserver\Core\Api\Node\DeplyomentNode The requested deployment node
  */
 public function getDeploymentNode()
 {
     $deploymentNode = new DeploymentNode();
     $deploymentNode->initFromConfiguration($this->getDeploymentConfiguration());
     return $deploymentNode;
 }