object NailgunServer

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NailgunServer
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class CommandStat(name: String, active: Int, complete: Long, mean: Double, median: Double, n95: Double, rate: Double) extends Product with Serializable
  2. trait NailgunAware extends Command

    Hook for commands to access the nailgun server.

    Hook for commands to access the nailgun server. If the command is run in a nailgun environment, the server will be injected after creating the command, but before execute is called.

  3. class NailgunParams extends AnyRef
  4. class Shutdown extends Runnable

    Shutdown hook

Value Members

  1. def main(args: Array[String]): Unit