com.atlassian.jira.dev.reference.plugin
Class ThisIsNotAnRestEndPoint

java.lang.Object
  extended by com.atlassian.jira.dev.reference.plugin.ThisIsNotAnRestEndPoint

public class ThisIsNotAnRestEndPoint
extends Object

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
static class ThisIsNotAnRestEndPoint.ReturnValue
           
 
Constructor Summary
ThisIsNotAnRestEndPoint()
           
 
Method Summary
 javax.ws.rs.core.Response invoke()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThisIsNotAnRestEndPoint

public ThisIsNotAnRestEndPoint()
Method Detail

invoke

public javax.ws.rs.core.Response invoke()


Copyright © 2002-2012 Atlassian. All Rights Reserved.