Page MenuHomeDevCentral

Allow to get a TriggerBuild instance from DockerHubImage
ClosedPublic

Authored by dereckson on Aug 3 2016, 19:52.
Tags
Referenced Files
Unknown Object (File)
Sat, Apr 19, 15:46
Unknown Object (File)
Sat, Apr 19, 06:12
Unknown Object (File)
Thu, Apr 17, 02:10
Unknown Object (File)
Tue, Apr 15, 14:42
Unknown Object (File)
Tue, Apr 15, 06:36
Unknown Object (File)
Fri, Apr 11, 05:26
Unknown Object (File)
Sun, Mar 30, 21:07
Unknown Object (File)
Sat, Mar 29, 12:23
Subscribers
None

Details

Summary

Goal is to allow fluent pattern:

$image = new DockerHubImage("acme", "foo");
$payload = $image
    ->getTriggerBuild('0000')
    ->getPayloadForDockerTag('7.1')

Ref T965.

Test Plan

New unit test.

Diff Detail

Repository
rKDOCKERHUB Keruald Docker Hub
Lint
Lint Passed
Unit
Tests Passed
Branch
master
Build Status
Buildable 881
Build 1022: arc lint + arc unit

Event Timeline

dereckson retitled this revision from to Allow to get a TriggerBuild instance from DockerHubImage.
dereckson updated this object.
dereckson edited the test plan for this revision. (Show Details)
dereckson added a reviewer: dereckson.
This revision is now accepted and ready to land.Aug 3 2016, 20:06
This revision was automatically updated to reflect the committed changes.