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
Tue, May 6, 5:34 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
80625
Default Alt Text
HarbormasterOtherBuildStepGroup.php (333 B)

Event Timeline