@Path(value="/travis") public class TravisResource extends Object
| Constructor and Description |
|---|
TravisResource() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
receiveNotification(String payload) |
public TravisResource()
throws IOException
IOException@POST
@Path(value="notifications")
@Consumes(value="application/x-www-form-urlencoded")
public javax.ws.rs.core.Response receiveNotification(@FormParam(value="payload")
String payload)
throws IOException
IOExceptionCopyright © 2015 aequologica. All rights reserved.