Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F548386
HeraldPreCommitRefAdapter.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
605 B
Referenced Files
None
Subscribers
None
HeraldPreCommitRefAdapter.php
View Options
<?php
final
class
HeraldPreCommitRefAdapter
extends
HeraldPreCommitAdapter
{
public
function
getAdapterContentName
()
{
return
pht
(
'Commit Hook: Branches/Tags/Bookmarks'
);
}
public
function
getAdapterSortOrder
()
{
return
2000
;
}
public
function
getAdapterContentDescription
()
{
return
pht
(
"React to branches and tags being pushed to hosted repositories.
\n
"
.
"Hook rules can block changes and send push summary mail."
);
}
public
function
isPreCommitRefAdapter
()
{
return
true
;
}
public
function
getHeraldName
()
{
return
pht
(
'Push Log (Ref)'
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, May 12, 1:48 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
104492
Default Alt Text
HeraldPreCommitRefAdapter.php (605 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment