AppserverIo\Appserver\Core\Api\Node\ContainerNode::getDeployment PHP Méthode

getDeployment() public méthode

Returns the deployment configuration information.
public getDeployment ( ) : DeploymentNode
Résultat DeploymentNode The deployment configuration information
    public function getDeployment()
    {
        return $this->deployment;
    }