Uses of Class
br.eti.kinoshita.testlinkjavaapi.constants.ResponseDetails

Packages that use ResponseDetails
br.eti.kinoshita.testlinkjavaapi   
br.eti.kinoshita.testlinkjavaapi.constants   
 

Uses of ResponseDetails in br.eti.kinoshita.testlinkjavaapi
 

Methods in br.eti.kinoshita.testlinkjavaapi with parameters of type ResponseDetails
 CustomField TestLinkAPI.getTestCaseCustomFieldDesignValue(Integer testCaseId, Integer testCaseExternalId, Integer versionNumber, Integer testProjectId, String customFieldName, ResponseDetails details)
          Retrieves list of Custom Fields for a Test Case.
protected  CustomField TestLinkAPI.getTestCaseCustomFieldExecutionValue(Integer testCaseId, Integer testCaseExternalId, Integer versionNumber, Integer executionId, Integer testProjectId, String customFieldName, ResponseDetails details)
          Gets the test case custom field value on test execution scope.
protected  CustomField TestLinkAPI.getTestCaseCustomFieldTestPlanDesignValue(Integer testCaseId, Integer testCaseExternalId, Integer versionNumber, Integer testProjectId, String customFieldName, ResponseDetails details)
          Gets the test case custom field value on test plan design scope.
 

Uses of ResponseDetails in br.eti.kinoshita.testlinkjavaapi.constants
 

Methods in br.eti.kinoshita.testlinkjavaapi.constants that return ResponseDetails
static ResponseDetails ResponseDetails.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ResponseDetails[] ResponseDetails.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2010-2011 the testlink-java-api team-2012. All Rights Reserved.