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()
           
 boolean isInternal()
          Returns true if all the actions are for internal use
 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()

isInternal

public boolean isInternal()
Returns true if all the actions are for internal use

Since:
4.3
See Also:
WebService.Action.isInternal()


Copyright © 2009–2015 SonarSource. All rights reserved.