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

Packages that use ActionOnDuplicate
br.eti.kinoshita.testlinkjavaapi   
br.eti.kinoshita.testlinkjavaapi.constants   
br.eti.kinoshita.testlinkjavaapi.model   
 

Uses of ActionOnDuplicate in br.eti.kinoshita.testlinkjavaapi
 

Methods in br.eti.kinoshita.testlinkjavaapi with parameters of type ActionOnDuplicate
 TestCase TestLinkAPI.createTestCase(String testCaseName, Integer testSuiteId, Integer testProjectId, String authorLogin, String summary, List<TestCaseStep> steps, String preconditions, TestImportance importance, ExecutionType execution, Integer order, Integer internalId, Boolean checkDuplicatedName, ActionOnDuplicate actionOnDuplicatedName)
          Creates a Test Case.
 TestSuite TestLinkAPI.createTestSuite(Integer testProjectId, String name, String details, Integer parentId, Integer order, Boolean checkDuplicatedName, ActionOnDuplicate actionOnDuplicatedName)
           
 

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

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

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

Methods in br.eti.kinoshita.testlinkjavaapi.model that return ActionOnDuplicate
 ActionOnDuplicate TestCase.getActionOnDuplicatedName()
           
 ActionOnDuplicate TestSuite.getActionOnDuplicatedName()
           
 

Methods in br.eti.kinoshita.testlinkjavaapi.model with parameters of type ActionOnDuplicate
 void TestCase.setActionOnDuplicatedName(ActionOnDuplicate actionOnDuplicatedName)
           
 void TestSuite.setActionOnDuplicatedName(ActionOnDuplicate actionOnDuplicatedName)
           
 

Constructors in br.eti.kinoshita.testlinkjavaapi.model with parameters of type ActionOnDuplicate
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, ActionOnDuplicate actionOnDuplicatedName, Integer versionId, Integer version, Integer parentId, List<CustomField> customFields, ExecutionStatus executionStatus)
           
TestSuite(Integer id, Integer testProjectId, String name, String details, Integer parentId, Integer order, Boolean checkDuplicatedName, ActionOnDuplicate actionOnDuplicatedName)
           
 



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