Remove product literal strings in "pht()", part 6
[phabricator.git] / src / applications / harbormaster / stepgroup / HarbormasterExternalBuildStepGroup.php
blobdf92a2fd90f70ac9093de11bbd6f901b007ee22a
1 <?php
3 final class HarbormasterExternalBuildStepGroup
4 extends HarbormasterBuildStepGroup {
6 const GROUPKEY = 'harbormaster.external';
8 public function getGroupName() {
9 return pht('Interacting with External Build Systems');
12 public function getGroupOrder() {
13 return 4000;