Package hudson.cli

Class SessionIdCommand

java.lang.Object
hudson.cli.CLICommand
hudson.cli.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
  • Constructor Details

    • SessionIdCommand

      public SessionIdCommand()
  • Method Details