Package org.sonar.api.server.ws
Class WebService.NewController
- java.lang.Object
-
- org.sonar.api.server.ws.WebService.NewController
-
- Enclosing interface:
- WebService
public static class WebService.NewController extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WebService.NewActioncreateAction(java.lang.String actionKey)voiddone()Important - this method must be called in order to apply changes and make the controller available inWebService.Context.controllers()WebService.NewControllersetDescription(java.lang.String s)Optional description (accept HTML)WebService.NewControllersetSince(java.lang.String s)Optional version when the controller was created
-
-
-
Method Detail
-
done
public void done()
Important - this method must be called in order to apply changes and make the controller available inWebService.Context.controllers()
-
setDescription
public WebService.NewController setDescription(@Nullable java.lang.String s)
Optional description (accept HTML)
-
setSince
public WebService.NewController setSince(@Nullable java.lang.String s)
Optional version when the controller was created
-
createAction
public WebService.NewAction createAction(java.lang.String actionKey)
-
-