Page MenuHomec4science

HarbormasterBuildCommand.php
No OneTemporary

File Metadata

Created
Thu, Oct 10, 11:28

HarbormasterBuildCommand.php

<?php
final class HarbormasterBuildCommand extends HarbormasterDAO {
const COMMAND_STOP = 'stop';
const COMMAND_RESUME = 'resume';
const COMMAND_RESTART = 'restart';
protected $authorPHID;
protected $targetPHID;
protected $command;
}

Event Timeline