Class RefreshOptions

    • Method Detail

      • expectNoChanges

        public boolean expectNoChanges()
        Return an error if any changes are proposed by this preview.
        Returns:
        true if the preview should fail if any changes are proposed
      • showSecrets

        public boolean showSecrets()
        Show config secrets when they appear.
        Returns:
        whether to show secrets
      • skipPendingCreates

        public boolean skipPendingCreates()
        Ignores any pending create operations
        Returns:
        whether to skip pending creates
      • clearPendingCreates

        public boolean clearPendingCreates()
        Removes any pending create operations from the stack
        Returns:
        whether to clear pending creates
      • importPendingCreates

        public java.util.List<PendingCreateValue> importPendingCreates()
        Values to import into the stack
        Returns:
        the list of pending create values