public interface RolloutConfig extends LabeledResource, JSONItem
RolloutConfig
is a config used by the RolloutManager
to
perform a roll-out.
It defines the set of LiveActions
to be performed upon
a given event called trigger
.Roll-out configuration
can be
accessed via RolloutConfigManager or
the LiveRelationship
they are
effective on.Path
LiveRelationship
Modifier and Type | Method and Description |
---|---|
java.util.List<LiveAction> |
getActions()
The LiveActions to be executed upon a Roll-out.
|
java.util.Set<ActionConfig> |
getActionsConfig()
Deprecated.
since 5.5 use
getActions() instead |
RolloutManager.Trigger |
getTrigger()
Returns the
RolloutManager.Trigger
linked to the current RolloutConfing . |
getDescription, getName, getPath, getTitle
RolloutManager.Trigger getTrigger()
RolloutManager.Trigger
linked to the current RolloutConfing
.java.util.List<LiveAction> getActions()
@Deprecated java.util.Set<ActionConfig> getActionsConfig()
getActions()
insteadActionConfig
linked to the current RolloutConfing
.Copyright © 2010 - 2020 Adobe. All Rights Reserved