A deploy store collects receipts corresponding to individual instances of Deployment, and can create Deployment objects with the data from the receipts.
Readonly
Optional
the number of elements in the Map.
Static
Returns an iterable of entries in the map.
true if an element in the Map existed and has been removed, or false if the element does not exist.
Returns an iterable of key, value pairs for every entry in the map.
Executes a provided function once per each key/value pair in the Map, in insertion order.
boolean indicating whether an element with the specified key exists or not.
Returns an iterable of keys in the map
Returns an iterable of values in the map
Generated using TypeDoc
A deploy store collects receipts corresponding to individual instances of Deployment, and can create Deployment objects with the data from the receipts.