public class

RestResources.EndPoint

extends Object
java.lang.Object
   ↳ com.atlassian.jira.functest.framework.admin.plugins.RestResources.EndPoint

Class Overview

Represents the "endpoint" resource included in the reference plugin.

Summary

Public Constructors
RestResources.EndPoint(WebTester tester)
Public Methods
JSONObject get()
Invoke the GET HTTP method on this resource.
boolean isReachable()
String url()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public RestResources.EndPoint (WebTester tester)

Public Methods

public JSONObject get ()

Invoke the GET HTTP method on this resource.

Returns
  • the JSON object in the response.
Throws
JSONException If the JSON is malformed.

public boolean isReachable ()

public String url ()