Package com.adobe.cq.launches.api
Class LaunchManager.CreateOptions
- java.lang.Object
-
- com.adobe.cq.launches.api.LaunchManager.CreateOptions
-
- Enclosing interface:
- LaunchManager
public static class LaunchManager.CreateOptions extends java.lang.Object
Options object used forLaunchManager.createLaunch(CreateOptions)
.
-
-
Field Summary
Fields Modifier and Type Field Description boolean
isDeep
Iftrue
, child resources of provided source resource will be included in the launch.boolean
isLiveCopy
Iftrue
, the launch will be a live copy of the current production version.boolean
isProductionReady
Iftrue
, after the promotion, the launch sources will be publishedjava.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.LaunchPromotionScope
promotionScope
The promotion scope of the launchResource
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 nonejava.lang.String
title
The title of the new launch.
-
Constructor Summary
Constructors Constructor Description CreateOptions()
-
-
-
Field Detail
-
resource
public Resource resource
Source resource.
-
launchSourceList
public java.util.List<LaunchSource> launchSourceList
LaunchSource List.
-
title
public java.lang.String title
The title of the new launch.
-
liveDate
public java.util.Calendar liveDate
The target live date of the launch.
-
isDeep
public boolean isDeep
Iftrue
, child resources of provided source resource will be included in the launch.
-
isLiveCopy
public boolean isLiveCopy
Iftrue
, the launch will be a live copy of the current production version.
-
template
public java.lang.String template
A new template to use for the launch page or null if none
-
sourceRolloutConfigs
public java.lang.String[] sourceRolloutConfigs
The MSM rollout configurations to use in the source launch relationship.
-
promoteRolloutConfigs
public java.lang.String[] promoteRolloutConfigs
The MSM rollout configurations to use when promoting this launch.
-
isProductionReady
public boolean isProductionReady
Iftrue
, after the promotion, the launch sources will be published
-
promotionScope
public LaunchPromotionScope promotionScope
The promotion scope of the launch
-
-