public interface DistributionService
Manages the available distribution channels.
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableList<DistributionChannelInfo> |
getAvailableChannelInfo()
Provides information about the available distribution channels.
|
void |
sendApp(String appModelId,
List<String> channelIds,
String comment)
Sends an app to the given channels.
|
com.google.common.collect.ImmutableList<DistributionChannelInfo> getAvailableChannelInfo()
Provides information about the available distribution channels.
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.