public static enum RolloutManager.Trigger extends java.lang.Enum<RolloutManager.Trigger>
Enum Constant and Description |
---|
DEACTIVATION
auto rollout on deactivation
|
MODIFICATION
auto rollout on modification
|
NEVER
never trigger a rollout (probbly only used for pull scenarios)
|
PUBLICATION
auto rollout on activation
|
ROLLOUT
rollout on explicit user rollouts
|
Modifier and Type | Method and Description |
---|---|
static RolloutManager.Trigger |
fromName(java.lang.String name) |
java.lang.String |
toString() |
static RolloutManager.Trigger |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RolloutManager.Trigger[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RolloutManager.Trigger NEVER
public static final RolloutManager.Trigger MODIFICATION
public static final RolloutManager.Trigger PUBLICATION
public static final RolloutManager.Trigger DEACTIVATION
public static final RolloutManager.Trigger ROLLOUT
public static RolloutManager.Trigger[] values()
for (RolloutManager.Trigger c : RolloutManager.Trigger.values()) System.out.println(c);
public static RolloutManager.Trigger valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String toString()
toString
in class java.lang.Enum<RolloutManager.Trigger>
public static RolloutManager.Trigger fromName(java.lang.String name)
Copyright © 2010 - 2020 Adobe. All Rights Reserved