public static class LaunchManager.CreateOptions
extends java.lang.Object
LaunchManager.createLaunch(CreateOptions)
.Modifier and Type | Field and Description |
---|---|
boolean |
isDeep
If
true , child resources of provided source resource will be included in the launch. |
boolean |
isLiveCopy
If
true , the launch will be a live copy of the current production version. |
java.util.List<LaunchSource> |
launchSourceList
LaunchSource List.
|
java.util.Calendar |
liveDate
The target live date of the launch.
|
java.lang.String[] |
promoteRolloutConfigs
The MSM rollout configurations to use when promoting this launch.
|
Resource |
resource
Source resource.
|
java.lang.String[] |
sourceRolloutConfigs
The MSM rollout configurations to use in the source launch relationship.
|
java.lang.String |
template
A new template to use for the launch page or null if none
|
java.lang.String |
title
The title of the new launch.
|
Constructor and Description |
---|
CreateOptions() |
public Resource resource
public java.util.List<LaunchSource> launchSourceList
public java.lang.String title
public java.util.Calendar liveDate
public boolean isDeep
true
, child resources of provided source resource will be included in the launch.public boolean isLiveCopy
true
, the launch will be a live copy of the current production version.public java.lang.String template
public java.lang.String[] sourceRolloutConfigs
public java.lang.String[] promoteRolloutConfigs
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"