Class LaunchManager.CreateOptions

    • Field Summary

      Fields 
      Modifier and Type Field 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.
      boolean isProductionReady
      If true, after the promotion, the launch sources will be published
      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.
      LaunchPromotionScope promotionScope
      The promotion scope of the 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 Summary

      Constructors 
      Constructor Description
      CreateOptions()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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
        If true, child resources of provided source resource will be included in the launch.
      • isLiveCopy

        public boolean isLiveCopy
        If true, 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
        If true, after the promotion, the launch sources will be published
    • Constructor Detail

      • CreateOptions

        public CreateOptions()