Class ExitLifecycle

    • Constructor Detail

      • ExitLifecycle

        public ExitLifecycle()
    • Method Detail

      • restart

        public void restart()
        Description copied from class: Lifecycle
        If this life cycle supports a restart of Hudson, do so. Otherwise, throw UnsupportedOperationException, which is what the default implementation does.

        The restart operation may happen synchronously (in which case this method will never return), or asynchronously (in which case this method will successfully return.)

        Throw an exception if the operation fails unexpectedly.

        Overrides:
        restart in class Lifecycle