Page MenuHomeDevCentral

TriggerBuildFactory::hasToken
ClosedPublic

Authored by dereckson on Sep 4 2016, 00:04.
Tags
None
Referenced Files
F22876910: D653.diff
Sun, Feb 1, 03:16
F22876883: D653.diff
Sun, Feb 1, 03:16
Unknown Object (File)
Tue, Jan 27, 06:17
Unknown Object (File)
Sat, Jan 24, 20:53
Unknown Object (File)
Sat, Jan 24, 14:43
Unknown Object (File)
Tue, Jan 20, 18:20
Unknown Object (File)
Sun, Jan 18, 06:47
Unknown Object (File)
Sat, Jan 17, 20:03
Subscribers
None

Details

Summary

If the application using the factory wish to know if a token exists
for such image, it's probably easier to check the current state of
the tokens array than the source configuration.

This is the case for the Notifications center, where there is a JSON
configuration file to parse to get the tokens.

We so provide a TriggerBuildFactory::hasToken boolean method to check
if our $tokens array does have the specified image as key.

Ref T959.

Test Plan

New unit tests.

Diff Detail

Repository
rKDOCKERHUB Keruald Docker Hub
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson retitled this revision from to TriggerBuildFactory::hasToken.
dereckson updated this object.
dereckson edited the test plan for this revision. (Show Details)
dereckson added a reviewer: dereckson.
dereckson edited edge metadata.
This revision is now accepted and ready to land.Sep 4 2016, 00:39
This revision was automatically updated to reflect the committed changes.