AppserverIo\Appserver\Core\Api\Node\ContainerNode::getDeployment PHP Method

getDeployment() public method

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