Page MenuHomeDevCentral

TriggerBuildFactory::hasToken
ClosedPublic

Authored by dereckson on Sep 4 2016, 00:04.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Apr 21, 21:34
Unknown Object (File)
Wed, Apr 17, 22:57
Unknown Object (File)
Sun, Apr 14, 11:46
Unknown Object (File)
Sun, Apr 14, 10:31
Unknown Object (File)
Thu, Apr 11, 01:29
Unknown Object (File)
Tue, Apr 9, 23:38
Unknown Object (File)
Sat, Apr 6, 22:39
Unknown Object (File)
Fri, Apr 5, 18:35
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.