@Path(value="event") @Produces(value={"application/xml","application/json"}) public class EventsResource extends AbstractResource
request, uriInfo
Constructor and Description |
---|
EventsResource(EventsController eventsController) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
getEventCookie() |
javax.ws.rs.core.Response |
getEvents(String eventToken) |
getApplicationName, getBaseUri, setApplicationName, setRequest, setUriInfo
public EventsResource(EventsController eventsController)
@GET public javax.ws.rs.core.Response getEventCookie()
@GET @Path(value="{eventToken}") public javax.ws.rs.core.Response getEvents(@PathParam(value="eventToken") String eventToken) throws EventTokenExpiredException, IncrementalSynchronisationNotAvailableException, OperationFailedException
Copyright © 2021 Atlassian. All rights reserved.