Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F9790200
TriggerDockerHubBuildAction.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
476 B
Referenced Files
None
Subscribers
None
TriggerDockerHubBuildAction.php
View Options
<?php
namespace
Nasqueron\Notifications\Actions
;
class
TriggerDockerHubBuildAction
extends
Action
{
/**
* The Docker Hub image
*
* @var string
*/
public
$image
;
/**
* Initializes a new instance of a DockerHub build trigger action to report
*
* @param string $image The Docker Hub image to trigger
*/
public
function
__construct
(
string
$image
)
{
parent
::
__construct
();
$this
->
image
=
$image
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, Jun 16, 00:07 (1 d, 8 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2682901
Default Alt Text
TriggerDockerHubBuildAction.php (476 B)
Attached To
Mode
rNOTIF Notifications center
Attached
Detach File
Event Timeline
Log In to Comment