Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101480347
DifferentialRevisionWrongBuildsTransaction.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, Feb 10, 21:04
Size
673 B
Mime Type
text/x-php
Expires
Wed, Feb 12, 21:04 (2 d)
Engine
blob
Format
Raw Data
Handle
24161171
Attached To
rPH Phabricator
DifferentialRevisionWrongBuildsTransaction.php
View Options
<?php
final
class
DifferentialRevisionWrongBuildsTransaction
extends
DifferentialRevisionTransactionType
{
const
TRANSACTIONTYPE
=
'differential.builds.wrong'
;
public
function
generateOldValue
(
$object
)
{
return
null
;
}
public
function
generateNewValue
(
$object
,
$value
)
{
return
$value
;
}
public
function
getIcon
()
{
return
'fa-exclamation'
;
}
public
function
getColor
()
{
return
'pink'
;
}
public
function
getActionStrength
()
{
return
4
;
}
public
function
getTitle
()
{
return
pht
(
'This revision was landed with ongoing or failed builds.'
);
}
public
function
shouldHideForFeed
()
{
return
true
;
}
}
Event Timeline
Log In to Comment