Package hudson.cli

Class SessionIdCommand

  • All Implemented Interfaces:
    ExtensionPoint, Cloneable

    @Extension
    public class SessionIdCommand
    extends CLICommand
    Prints the current session ID number (that changes for every run) to allow clients to reliably wait for a restart.
    Author:
    Kohsuke Kawaguchi