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

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

public static class WebService.NewController
extends Object


Method Summary
 void done()
           
 WebService.NewAction newAction(String actionKey)
           
 WebService.NewController setDescription(String s)
           
 WebService.NewController setSince(String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

done

public void done()

setDescription

public WebService.NewController setDescription(@Nullable
                                               String s)

setSince

public WebService.NewController setSince(@Nullable
                                         String s)

newAction

public WebService.NewAction newAction(String actionKey)


Copyright © 2009-2014 SonarSource. All Rights Reserved.