org.sonar.api.server.ws
Class WebService.Controller

java.lang.Object
  extended by org.sonar.api.server.ws.WebService.Controller
Enclosing interface:
WebService

@Immutable
public static class WebService.Controller
extends Object


Method Summary
 WebService.Action action(String actionKey)
           
 Collection<WebService.Action> actions()
           
 String description()
           
 String path()
           
 String since()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

path

public String path()

description

@CheckForNull
public String description()

since

@CheckForNull
public String since()

action

@CheckForNull
public WebService.Action action(String actionKey)

actions

public Collection<WebService.Action> actions()


Copyright © 2009-2014 SonarSource. All Rights Reserved.