Page MenuHomePhorge

HarbormasterBuildCommand.php
No OneTemporary

Size
605 B
Referenced Files
None
Subscribers
None

HarbormasterBuildCommand.php

<?php
final class HarbormasterBuildCommand extends HarbormasterDAO {
const COMMAND_PAUSE = 'pause';
const COMMAND_RESUME = 'resume';
const COMMAND_RESTART = 'restart';
const COMMAND_ABORT = 'abort';
protected $authorPHID;
protected $targetPHID;
protected $command;
protected function getConfiguration() {
return array(
self::CONFIG_COLUMN_SCHEMA => array(
'command' => 'text128',
),
self::CONFIG_KEY_SCHEMA => array(
'key_target' => array(
'columns' => array('targetPHID'),
),
),
) + parent::getConfiguration();
}
}

File Metadata

Mime Type
text/x-php
Expires
Thu, May 29, 12:49 PM (21 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
172781
Default Alt Text
HarbormasterBuildCommand.php (605 B)

Event Timeline