Class ThisIsNotAnRestEndPoint
java.lang.Object
com.atlassian.jira.dev.reference.plugin.ThisIsNotAnRestEndPoint
Simple REST Resource. It is not an end-point as there is no such thing in proper REST :-P
- Since:
- v4.3
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ThisIsNotAnRestEndPoint
public ThisIsNotAnRestEndPoint()
-
-
Method Details
-
invoke
@GET @Produces("application/json") public javax.ws.rs.core.Response invoke()
-