org.jenkinsci.plugins.extremefeedback
Class EventStreamCommand

java.lang.Object
  extended by hudson.cli.CLICommand
      extended by org.jenkinsci.plugins.extremefeedback.EventStreamCommand
All Implemented Interfaces:
hudson.ExtensionPoint, Cloneable

@Extension
public class EventStreamCommand
extends hudson.cli.CLICommand


Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
 
Fields inherited from class hudson.cli.CLICommand
channel, locale, stderr, stdin, stdout, TRANSPORT_AUTHENTICATION
 
Constructor Summary
EventStreamCommand()
           
 
Method Summary
 String getName()
           
 String getShortDescription()
           
 void listenEvents(JenkinsEvent event)
           
protected  int run()
           
 
Methods inherited from class hudson.cli.CLICommand
all, checkChannel, clone, createClone, getClientCharset, getClientEnvironmentVariable, getClientSystemProperty, getCurrent, getTransportAuthentication, loadStoredAuthentication, main, printUsage, printUsageSummary, registerOptionHandlers, setTransportAuth, shouldPerformAuthentication
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventStreamCommand

public EventStreamCommand()
Method Detail

getShortDescription

public String getShortDescription()
Specified by:
getShortDescription in class hudson.cli.CLICommand

getName

public String getName()
Overrides:
getName in class hudson.cli.CLICommand

listenEvents

public void listenEvents(JenkinsEvent event)

run

protected int run()
           throws Exception
Specified by:
run in class hudson.cli.CLICommand
Throws:
Exception


Copyright © 2004-2013. All Rights Reserved.