|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectbr.eti.kinoshita.testlinkjavaapi.util.Util
public class Util
Utility class with methods to handle the response or prepare the request to the PHP XML-RPC API. This class is able to convert from a Map to an Object and vice-versa.
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static final Map<String,Object> getTestProjectMap(TestProject project)
project -
public static final TestProject getTestProject(Map<String,Object> map)
map - Map with properties of a Test Project.
public static Boolean getBoolean(Map<String,Object> map,
String key)
map - key -
public static final String getString(Map<String,Object> map,
String key)
map - key -
public static final Integer getInteger(Map<String,Object> map,
String key)
map - key -
public static final Map<String,Object> getTestPlanMap(TestPlan plan)
plan -
public static final TestPlan getTestPlan(Map<String,Object> map)
map -
public static final Platform getPlatform(Map<String,Object> map)
map -
public static final Map<String,Object> getTestCaseMap(TestCase testCase)
testCase -
public static final Map<String,Object> getTestCaseStepMap(TestCaseStep testCaseStep)
testCaseStep -
public static final Map<String,Object> getTestSuiteMap(TestSuite testSuite)
testSuite -
public static final TestSuite getTestSuite(Map<String,Object> map)
map -
public static final TestCase getTestCase(Map<String,Object> map)
map -
public static Object[] getArray(Map<String,Object> map,
String key)
map - key -
public static final Map<String,Object> getBuildMap(Build build)
build -
public static final Map<String,Object> getAttachmentMap(Attachment attachment)
attachment -
public static final Map<String,Object> getTestCaseAttachmentMap(Attachment attachment)
attachment -
public static final Map<String,Object> getTestSuiteAttachmentMap(Attachment attachment)
attachment -
public static final Map<String,Object> getTestProjectAttachmentMap(Attachment attachment)
attachment -
public static final Map<String,Object> getRequirementAttachmentMap(Attachment attachment)
attachment -
public static final Map<String,Object> getRequirementSpecificationAttachmentMap(Attachment attachment)
attachment -
public static final Map<String,Object> getExecutionAttachmentMap(Attachment attachment)
attachment -
public static final Attachment getAttachment(Map<String,Object> map)
map -
public static final List<Map<String,Object>> getRequirementsGroupedByReqSpecMap(List<Requirement> requirements)
requirements -
public static final Execution getExecution(Map<String,Object> map)
map -
public static final Build getBuild(Map<String,Object> map)
map -
public static final ReportTCResultResponse getReportTCResultResponse(Map<String,Object> map)
map -
public static final CustomField getCustomField(Map<String,Object> map)
map -
public static final void putIfNotNullAndTrue(Map<String,Object> map,
String key,
Boolean boolValue)
map - Map.key - Key.boolValue - Boolean value.public static final String getStringValueOrNull(Object o)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||