|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sonar.api.server.ws.WebService.NewController
public static class WebService.NewController
Method Summary | |
---|---|
WebService.NewAction |
createAction(String actionKey)
|
void |
done()
Important - this method must be called in order to apply changes and make the controller available in WebService.Context.controllers() |
WebService.NewController |
setDescription(String s)
Optional description (accept HTML) |
WebService.NewController |
setSince(String s)
Optional version when the controller was created |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void done()
WebService.Context.controllers()
public WebService.NewController setDescription(@Nullable String s)
public WebService.NewController setSince(@Nullable String s)
public WebService.NewAction createAction(String actionKey)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |