Searched refs:getChannelName (Results 1 – 2 of 2) sorted by relevance
54 String getChannelName(Channel channel) {258 if (!revisionsBeingRemoved.contains(jsonData['current_release'][getChannelName(channel)])) {262 … = releases.firstWhere((Map<String, String> value) => value['channel'] == getChannelName(channel));264 …throw UnpublishException('Unable to find previous release for channel ${getChannelName(channel)}.'…266 jsonData['current_release'][getChannelName(channel)] = replacementRelease['hash'];268 '${confirmed ? 'Reverting' : 'Would revert'} current ${getChannelName(channel)} '401 …lowedChannelValues = Channel.values.map<String>((Channel channel) => getChannelName(channel)).toLi…
571 getChannelName: function (...args) { method