org.hudsonci.rest.plugin
Class ApiProvider
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ApiProvider
public ApiProvider()
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.