Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F32059228
SourceRepositoryBranchBuildPayload.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
505 B
Referenced Files
None
Subscribers
None
SourceRepositoryBranchBuildPayload.php
View Options
<?php
namespace
Keruald\DockerHub\Build\Payloads
;
/**
* Represents a build trigger payload to build a specific repo branch.
*/
class
SourceRepositoryBranchBuildPayload
extends
SourceRepositoryBuildPayload
{
/**
* Initializes a new instance of the SourceRepositoryBranchBuildPayload class.
*
* @param string $branch The name of the repo branch to build
*/
public
function
__construct
(
$branch
)
{
parent
::
__construct
(
SourceRepositoryType
::
BRANCH
,
$branch
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, Jun 8, 08:06 (1 d, 5 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3766577
Default Alt Text
SourceRepositoryBranchBuildPayload.php (505 B)
Attached To
Mode
rKDOCKERHUB Keruald Docker Hub
Attached
Detach File
Event Timeline
Log In to Comment