org.hudsonci.rest.plugin
Class ApiProvider

java.lang.Object
  extended by org.hudsonci.rest.plugin.ApiProvider
Direct Known Subclasses:
CometdProvider, JerseyProvider

public abstract class ApiProvider
extends Object

API provider.

Since:
2.1.0
Author:
Jason Dillon

Constructor Summary
ApiProvider()
           
 
Method Summary
 boolean isEnabled()
           
 void setEnabled(boolean enabled)
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApiProvider

public ApiProvider()
Method Detail

isEnabled

public boolean isEnabled()

setEnabled

public void setEnabled(boolean enabled)

start

public void start()
           throws Exception
Throws:
Exception

stop

public void stop()
          throws Exception
Throws:
Exception


Copyright © 2004-2011 Hudson. All Rights Reserved.