Page MenuHomeDevCentral

TriggerDockerHubBuildAction.php
No OneTemporary

TriggerDockerHubBuildAction.php

<?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

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)

Event Timeline