public enum LaunchPromotionScope extends java.lang.Enum<LaunchPromotionScope>
Enum Constant and Description |
---|
DEEP
Promote resource and all its children
|
FULL
Promote full launch
|
RESOURCE
Promote resource
|
SMART
Promote all changed resources in the launch
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getValue()
Get the launch promotion scope value
|
static LaunchPromotionScope |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LaunchPromotionScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LaunchPromotionScope FULL
public static final LaunchPromotionScope SMART
public static final LaunchPromotionScope RESOURCE
public static final LaunchPromotionScope DEEP
public static LaunchPromotionScope[] values()
for (LaunchPromotionScope c : LaunchPromotionScope.values()) System.out.println(c);
public static LaunchPromotionScope 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 getValue()
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"