Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F10770390
TriggerDockerHubBuildAction.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
402 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
*/
public
function
__construct
(
$image
)
{
parent
::
__construct
();
$this
->
image
=
$image
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, Jul 28, 09:33 (22 h, 26 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2792471
Default Alt Text
TriggerDockerHubBuildAction.php (402 B)
Attached To
Mode
rNOTIF Notifications center
Attached
Detach File
Event Timeline
Log In to Comment