Uses of Class
org.sonar.api.server.ws.WebService.Action

Packages that use WebService.Action
org.sonar.api.server.ws   
org.sonar.api.server.ws.internal   
 

Uses of WebService.Action in org.sonar.api.server.ws
 

Methods in org.sonar.api.server.ws that return WebService.Action
 WebService.Action WebService.Controller.action(String actionKey)
           
 

Methods in org.sonar.api.server.ws that return types with arguments of type WebService.Action
 Collection<WebService.Action> WebService.Controller.actions()
           
 

Uses of WebService.Action in org.sonar.api.server.ws.internal
 

Methods in org.sonar.api.server.ws.internal that return WebService.Action
 WebService.Action ValidatingRequest.action()
           
 

Methods in org.sonar.api.server.ws.internal with parameters of type WebService.Action
 void ValidatingRequest.setAction(WebService.Action action)
           
 



Copyright © 2009-2014 SonarSource. All Rights Reserved.