Page MenuHomeDevCentral

TriggerBuildFactory::hasToken
ClosedPublic

Authored by dereckson on Sep 4 2016, 00:04.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Oct 31, 05:02
Unknown Object (File)
Sun, Oct 27, 05:08
Unknown Object (File)
Tue, Oct 22, 20:54
Unknown Object (File)
Sun, Oct 20, 07:14
Unknown Object (File)
Tue, Oct 15, 20:23
Unknown Object (File)
Wed, Oct 9, 04:30
Unknown Object (File)
Mon, Oct 7, 22:56
Unknown Object (File)
Oct 6 2024, 07:42
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 Passed
Unit
Tests Passed
Branch
master
Build Status
Buildable 998
Build 1207: arc lint + arc unit

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.