br.eti.kinoshita.testlinkjavaapi.model
Enum TestLinkParams
java.lang.Object
java.lang.Enum<TestLinkParams>
br.eti.kinoshita.testlinkjavaapi.model.TestLinkParams
- All Implemented Interfaces:
- Serializable, Comparable<TestLinkParams>
public enum TestLinkParams
- extends Enum<TestLinkParams>
- Since:
- Author:
- Bruno P. Kinoshita - http://www.kinoshita.eti.br
devKey
public static final TestLinkParams devKey
testProjectName
public static final TestLinkParams testProjectName
testCasePrefix
public static final TestLinkParams testCasePrefix
notes
public static final TestLinkParams notes
enableRequirements
public static final TestLinkParams enableRequirements
enableTestPriority
public static final TestLinkParams enableTestPriority
enableAutomation
public static final TestLinkParams enableAutomation
enableInventory
public static final TestLinkParams enableInventory
active
public static final TestLinkParams active
public_
public static final TestLinkParams public_
testPlanName
public static final TestLinkParams testPlanName
options
public static final TestLinkParams options
testProjectId
public static final TestLinkParams testProjectId
testPlanId
public static final TestLinkParams testPlanId
testCaseName
public static final TestLinkParams testCaseName
testSuiteId
public static final TestLinkParams testSuiteId
authorLogin
public static final TestLinkParams authorLogin
summary
public static final TestLinkParams summary
steps
public static final TestLinkParams steps
preconditions
public static final TestLinkParams preconditions
importance
public static final TestLinkParams importance
execution
public static final TestLinkParams execution
order
public static final TestLinkParams order
internalId
public static final TestLinkParams internalId
checkDuplicatedName
public static final TestLinkParams checkDuplicatedName
actionOnDuplicatedName
public static final TestLinkParams actionOnDuplicatedName
stepNumber
public static final TestLinkParams stepNumber
actions
public static final TestLinkParams actions
expectedResults
public static final TestLinkParams expectedResults
executionType
public static final TestLinkParams executionType
testSuiteName
public static final TestLinkParams testSuiteName
parentId
public static final TestLinkParams parentId
details
public static final TestLinkParams details
testCaseId
public static final TestLinkParams testCaseId
version
public static final TestLinkParams version
platformId
public static final TestLinkParams platformId
urgency
public static final TestLinkParams urgency
user
public static final TestLinkParams user
testMode
public static final TestLinkParams testMode
testCaseExternalId
public static final TestLinkParams testCaseExternalId
str
public static final TestLinkParams str
deep
public static final TestLinkParams deep
buildName
public static final TestLinkParams buildName
buildNotes
public static final TestLinkParams buildNotes
getStepInfo
public static final TestLinkParams getStepInfo
buildId
public static final TestLinkParams buildId
keywordId
public static final TestLinkParams keywordId
keywords
public static final TestLinkParams keywords
executed
public static final TestLinkParams executed
assignedTo
public static final TestLinkParams assignedTo
executeStatus
public static final TestLinkParams executeStatus
testCasePathName
public static final TestLinkParams testCasePathName
fkId
public static final TestLinkParams fkId
fkTable
public static final TestLinkParams fkTable
title
public static final TestLinkParams title
description
public static final TestLinkParams description
fileName
public static final TestLinkParams fileName
fileType
public static final TestLinkParams fileType
content
public static final TestLinkParams content
requirementId
public static final TestLinkParams requirementId
reqSpecId
public static final TestLinkParams reqSpecId
executionId
public static final TestLinkParams executionId
nodeId
public static final TestLinkParams nodeId
requirements
public static final TestLinkParams requirements
status
public static final TestLinkParams status
guess
public static final TestLinkParams guess
bugId
public static final TestLinkParams bugId
platformName
public static final TestLinkParams platformName
customFields
public static final TestLinkParams customFields
overwrite
public static final TestLinkParams overwrite
customFieldName
public static final TestLinkParams customFieldName
values
public static TestLinkParams[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (TestLinkParams c : TestLinkParams.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static TestLinkParams valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
toString
public String toString()
- Overrides:
toString in class Enum<TestLinkParams>
Copyright © 2010-2010 the testlink-java-api team-2010. All Rights Reserved.