content = $commandTaskScript->getContent(); $this->order = $commandTaskScript->getExecutionOrder(); $this->type = $commandTaskScript->getType(); $this->parameters = $commandTaskScript->getParameters(); $this->commandTaskOutput = new CommandTaskOutput($commandTaskScript->getCommandTask()); } }