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(java.lang.Integer testCaseId, java.lang.Integer testCaseExternalId, java.lang.Integer versionNumber, java.lang.Integer testProjectId, java.lang.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
 java.util.List<CustomField> TestCase.getCustomFields()
           
 

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

Constructor parameters in br.eti.kinoshita.testlinkjavaapi.model with type arguments of type CustomField
TestCase(java.lang.Integer id, java.lang.String name, java.lang.Integer testSuiteId, java.lang.Integer testProjectId, java.lang.String authorLogin, java.lang.String summary, java.util.List<TestCaseStep> steps, java.lang.String preconditions, TestImportance testImportance, ExecutionType executionType, java.lang.Integer executionOrder, java.lang.Integer order, java.lang.Integer internalId, java.lang.Boolean checkDuplicatedName, java.lang.String actionOnDuplicatedName, java.lang.Integer versionId, java.lang.Integer version, java.lang.Integer parentId, java.util.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(java.util.Map<java.lang.String,java.lang.Object> map)
           
 



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