Class RolloutDialog


  • public class RolloutDialog
    extends Dialog
    • Constructor Detail

      • RolloutDialog

        public RolloutDialog()
        Construct the associated Rollout Dialog.
    • Method Detail

      • numberOfLiveCopies

        public int numberOfLiveCopies()
        Returns:
        number of livecopies in rollout dialog
      • isLiveCopySelected

        public boolean isLiveCopySelected​(java.lang.String livecopyPath)
        Parameters:
        livecopyPath - path of the livecopy
        Returns:
        true if the livecopy is selected for rollout
      • selectLivecopy

        public void selectLivecopy​(java.lang.String livecopyPath)
        Select a livecopy
        Parameters:
        livecopyPath - path of the livecopy
      • deselectLivecopy

        public void deselectLivecopy​(java.lang.String livecopyPath)
        Deselect a livecopy
        Parameters:
        livecopyPath - path of the livecopy
      • clickSelectAllLivecopy

        public void clickSelectAllLivecopy()
        Click the SelectAll livecopy button
      • isSelectAllChecked

        public boolean isSelectAllChecked()
      • close

        public void close()
        Close the rollout dialog
      • rolloutNow

        public void rolloutNow()
        Perform rollout operation now
      • submitRollout

        public void submitRollout()
      • isContinueEnabled

        public boolean isContinueEnabled()