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

Packages that use TestCaseStepAction
br.eti.kinoshita.testlinkjavaapi   
br.eti.kinoshita.testlinkjavaapi.model   
 

Uses of TestCaseStepAction in br.eti.kinoshita.testlinkjavaapi
 

Methods in br.eti.kinoshita.testlinkjavaapi with parameters of type TestCaseStepAction
 Map<String,Object> TestLinkAPI.createTestCaseSteps(String testCaseExternalId, Integer version, TestCaseStepAction action, List<TestCaseStep> testCaseSteps)
          Create, Update or Push a list of TestCaseSteps in a Test Case.
 

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

Methods in br.eti.kinoshita.testlinkjavaapi.model that return TestCaseStepAction
static TestCaseStepAction TestCaseStepAction.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TestCaseStepAction[] TestCaseStepAction.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.