Page MenuHomePhorge

HarbormasterOtherBuildStepGroup.php
No OneTemporary

Size
333 B
Referenced Files
None
Subscribers
None

HarbormasterOtherBuildStepGroup.php

<?php
final class HarbormasterOtherBuildStepGroup
extends HarbormasterBuildStepGroup {
const GROUPKEY = 'harbormaster.other';
public function getGroupName() {
return pht('Other Build Steps');
}
public function getGroupOrder() {
return 9000;
}
public function shouldShowIfEmpty() {
return false;
}
}

File Metadata

Mime Type
text/x-php
Expires
Wed, Jul 2, 4:34 AM (1 d, 16 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
270093
Default Alt Text
HarbormasterOtherBuildStepGroup.php (333 B)

Event Timeline