Uses of Interface
com.youdevise.hudson.slavestatus.StatusReporter
-
-
Uses of StatusReporter in com.youdevise.hudson.slavestatus
Classes in com.youdevise.hudson.slavestatus that implement StatusReporter Modifier and Type Class Description classIsRunningReporterclassMemoryReporterMethods in com.youdevise.hudson.slavestatus that return types with arguments of type StatusReporter Modifier and Type Method Description List<StatusReporter>SlaveListener. getReporters()Methods in com.youdevise.hudson.slavestatus with parameters of type StatusReporter Modifier and Type Method Description voidSlaveListenerInitiator. register(StatusReporter reporter)Constructors in com.youdevise.hudson.slavestatus with parameters of type StatusReporter Constructor Description SlaveListener(int port, Daemon.RunType runType, StatusReporter... reporters)SlaveListener(int port, StatusReporter... reporters)
-