Uses of Class
br.eti.kinoshita.testlinkjavaapi.model.CustomField

Packages that use CustomField
br.eti.kinoshita.testlinkjavaapi   
br.eti.kinoshita.testlinkjavaapi.model   
br.eti.kinoshita.testlinkjavaapi.util   
 

Uses of CustomField in br.eti.kinoshita.testlinkjavaapi
 

Methods in br.eti.kinoshita.testlinkjavaapi that return CustomField
 CustomField TestLinkAPI.getTestCaseCustomFieldDesignValue(Integer testCaseId, Integer testCaseExternalId, Integer versionNumber, Integer testProjectId, String customFieldName, ResponseDetails details)
          Retrieves list of Custom Fields for a Test Case.
 

Uses of CustomField in br.eti.kinoshita.testlinkjavaapi.model
 

Methods in br.eti.kinoshita.testlinkjavaapi.model that return types with arguments of type CustomField
 List<CustomField> TestCase.getCustomFields()
           
 

Method parameters in br.eti.kinoshita.testlinkjavaapi.model with type arguments of type CustomField
 void TestCase.setCustomFields(List<CustomField> customFields)
           
 

Constructor parameters in br.eti.kinoshita.testlinkjavaapi.model with type arguments of type CustomField
TestCase(Integer id, String name, Integer testSuiteId, Integer testProjectId, String authorLogin, String summary, List<TestCaseStep> steps, String preconditions, TestImportance testImportance, ExecutionType executionType, Integer executionOrder, Integer order, Integer internalId, Boolean checkDuplicatedName, String actionOnDuplicatedName, Integer versionId, Integer version, Integer parentId, List<CustomField> customFields, ExecutionStatus executionStatus)
           
 

Uses of CustomField in br.eti.kinoshita.testlinkjavaapi.util
 

Methods in br.eti.kinoshita.testlinkjavaapi.util that return CustomField
static CustomField Util.getCustomField(Map<String,Object> map)
           
 



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