Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F24683367
DockerTagBuildPayload.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
481 B
Referenced Files
None
Subscribers
None
DockerTagBuildPayload.php
View Options
<?php
namespace
Keruald\DockerHub\Build\Payloads
;
/**
* Represents a build trigger payload to build a specific Docker tag.
*/
class
DockerTagBuildPayload
extends
BuildPayload
{
/**
* @var string
*/
public
$docker_tag
;
/**
* Initializes a new instance of the DockerTagBuildPayload class.
*
* @param string $tag The name of the Docker tag to build
*/
public
function
__construct
(
$tag
)
{
$this
->
docker_tag
=
$tag
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, Mar 7, 02:50 (1 d, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3500443
Default Alt Text
DockerTagBuildPayload.php (481 B)
Attached To
Mode
rKDOCKERHUB Keruald Docker Hub
Attached
Detach File
Event Timeline
Log In to Comment