org.sonar.api.server.ws
Class WebService.Context
java.lang.Object
org.sonar.api.server.ws.WebService.Context
- Enclosing interface:
- WebService
public static class WebService.Context
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebService.Context
public WebService.Context()
newController
public WebService.NewController newController(String path)
controller
@CheckForNull
public WebService.Controller controller(String key)
controllers
public List<WebService.Controller> controllers()
Copyright © 2009-2014 SonarSource. All Rights Reserved.