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

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

Uses of ImportanceLevel in br.eti.kinoshita.testlinkjavaapi
 

Methods in br.eti.kinoshita.testlinkjavaapi with parameters of type ImportanceLevel
 void TestLinkAPI.updateTestCase(String testCaseFullExternalId, String version, String name, String summary, String preconditions, ImportanceLevel importance, ExecutionType executionType, TestCaseStatus status, String estimatedExecutionDuration)
          Update a Test Case.
 

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

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