Page MenuHomeDevCentral

Allow to get a TriggerBuild instance from DockerHubImage
ClosedPublic

Authored by dereckson on Aug 3 2016, 19:52.
Tags
Referenced Files
F11660801: D598.id1459.diff
Sun, Sep 7, 05:27
F11657221: D598.diff
Sat, Sep 6, 19:10
F11655350: D598.id1458.diff
Sat, Sep 6, 14:37
F11655152: D598.diff
Sat, Sep 6, 14:01
Unknown Object (File)
Wed, Sep 3, 18:05
Unknown Object (File)
Wed, Sep 3, 14:15
Unknown Object (File)
Tue, Sep 2, 17:23
Unknown Object (File)
Sat, Aug 30, 13:30
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.