Uses of Class
com.atlassian.jira.functest.framework.util.json.TestJSONArray

Packages that use TestJSONArray
com.atlassian.jira.functest.framework.util.json   
 

Uses of TestJSONArray in com.atlassian.jira.functest.framework.util.json
 

Methods in com.atlassian.jira.functest.framework.util.json that return TestJSONArray
 TestJSONArray TestJSONArray.getJSONArray(int index)
          Get the JSONArray associated with an index.
 TestJSONArray TestJSONObject.getJSONArray(String key)
          Get the JSONArray value associated with a key.
 TestJSONArray TestJSONObject.names()
          Produce a JSONArray containing the names of the elements of this JSONObject.
 TestJSONArray TestJSONArray.optJSONArray(int index)
          Get the optional JSONArray associated with an index.
 TestJSONArray TestJSONObject.optJSONArray(String key)
          Get an optional JSONArray associated with a key.
 TestJSONArray TestJSONArray.put(boolean value)
          Append a boolean value.
 TestJSONArray TestJSONArray.put(Collection value)
          Put a value in the JSONArray, where the value will be a JSONArray which is produced from a Collection.
 TestJSONArray TestJSONArray.put(double value)
          Append a double value.
 TestJSONArray TestJSONArray.put(int value)
          Append an int value.
 TestJSONArray TestJSONArray.put(int index, boolean value)
          Put or replace a boolean value in the JSONArray.
 TestJSONArray TestJSONArray.put(int index, Collection value)
          Put a value in the JSONArray, where the value will be a JSONArray which is produced from a Collection.
 TestJSONArray TestJSONArray.put(int index, double value)
          Put or replace a double value.
 TestJSONArray TestJSONArray.put(int index, int value)
          Put or replace an int value.
 TestJSONArray TestJSONArray.put(int index, long value)
          Put or replace a long value.
 TestJSONArray TestJSONArray.put(int index, Map value)
          Put a value in the JSONArray, where the value will be a JSONObject which is produced from a Map.
 TestJSONArray TestJSONArray.put(int index, Object value)
          Put or replace an object value in the JSONArray.
 TestJSONArray TestJSONArray.put(long value)
          Append an long value.
 TestJSONArray TestJSONArray.put(Map value)
          Put a value in the JSONArray, where the value will be a JSONObject which is produced from a Map.
 TestJSONArray TestJSONArray.put(Object value)
          Append an object value.
 TestJSONArray TestJSONObject.toJSONArray(TestJSONArray names)
          Produce a JSONArray containing the values of the members of this JSONObject.
 

Methods in com.atlassian.jira.functest.framework.util.json with parameters of type TestJSONArray
 TestJSONArray TestJSONObject.toJSONArray(TestJSONArray names)
          Produce a JSONArray containing the values of the members of this JSONObject.
 TestJSONObject TestJSONArray.toJSONObject(TestJSONArray names)
          Produce a JSONObject by combining a JSONArray of names with the values of this JSONArray.
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.