Package com.adobe.cq.launches.api
Class LaunchManager.CreateOptions
java.lang.Object
com.adobe.cq.launches.api.LaunchManager.CreateOptions
- Enclosing interface:
LaunchManager
Options object used for
LaunchManager.createLaunch(CreateOptions).-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanIftrue, child resources of provided source resource will be included in the launch.booleanIftrue, the launch will be a live copy of the current production version.booleanIftrue, after the promotion, the launch sources will be publishedLaunchSource List.The target live date of the launch.String[]The MSM rollout configurations to use when promoting this launch.The promotion scope of the launchSource resource.String[]The MSM rollout configurations to use in the source launch relationship.A new template to use for the launch page or null if noneThe title of the new launch. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
resource
Source resource. -
launchSourceList
LaunchSource List. -
title
The title of the new launch. -
liveDate
The target live date of the launch. -
isDeep
public boolean isDeepIftrue, child resources of provided source resource will be included in the launch. -
isLiveCopy
public boolean isLiveCopyIftrue, the launch will be a live copy of the current production version. -
template
A new template to use for the launch page or null if none -
sourceRolloutConfigs
The MSM rollout configurations to use in the source launch relationship. -
promoteRolloutConfigs
The MSM rollout configurations to use when promoting this launch. -
isProductionReady
public boolean isProductionReadyIftrue, after the promotion, the launch sources will be published -
promotionScope
The promotion scope of the launch
-
-
Constructor Details
-
CreateOptions
public CreateOptions()
-