@Path(value="/notifiers/github") public class ResourceGithub extends AbstractResource
mapper| Constructor and Description |
|---|
ResourceGithub() |
| Modifier and Type | Method and Description |
|---|---|
Bus<net.aequologica.neo.dagr.model.Dag.Node,Scope> |
getBusFromGithubRepository(String repo) |
net.aequologica.neo.dagr.model.Dag |
getDagFromGithubRepository(String repo) |
javax.ws.rs.core.Response |
getPushNotification(String payload) |
@POST @Path(value="/notification") @Consumes(value="application/json") public javax.ws.rs.core.Response getPushNotification(String payload) throws IOException
IOExceptionpublic Bus<net.aequologica.neo.dagr.model.Dag.Node,Scope> getBusFromGithubRepository(String repo)
public net.aequologica.neo.dagr.model.Dag getDagFromGithubRepository(String repo)
Copyright © 2019 aequologica. All rights reserved.