Page MenuHomePhorge

HarbormasterQueryBuildsSearchEngineAttachment.php
No OneTemporary

Size
859 B
Referenced Files
None
Subscribers
None

HarbormasterQueryBuildsSearchEngineAttachment.php

<?php
final class HarbormasterQueryBuildsSearchEngineAttachment
extends PhabricatorSearchEngineAttachment {
public function getAttachmentName() {
return pht('Harbormaster Query Builds');
}
public function getAttachmentDescription() {
return pht(
'This attachment exists solely to provide compatibility with the '.
'message format returned by an outdated API method. It will be '.
'taken away at some point and you should not rely on these fields '.
'being available.');
}
public function getAttachmentForObject($object, $data, $spec) {
$status_name = HarbormasterBuildStatus::getBuildStatusName(
$object->getBuildStatus());
return array(
'uri' => PhabricatorEnv::getProductionURI($object->getURI()),
'name' => $object->getName(),
'buildStatusName' => $status_name,
);
}
}

File Metadata

Mime Type
text/x-php
Expires
Tue, May 13, 6:10 PM (1 d, 23 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
99453
Default Alt Text
HarbormasterQueryBuildsSearchEngineAttachment.php (859 B)

Event Timeline