br.eti.kinoshita.testlinkjavaapi.model
Enum TestLinkParams

java.lang.Object
  extended by java.lang.Enum<TestLinkParams>
      extended by br.eti.kinoshita.testlinkjavaapi.model.TestLinkParams
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<TestLinkParams>

public enum TestLinkParams
extends java.lang.Enum<TestLinkParams>

This enum contains a list of the parameters passed to TestLink.

Since:
1.9.0-1
Author:
Bruno P. Kinoshita - http://www.kinoshita.eti.br

Enum Constant Summary
actionOnDuplicatedName
           
actions
           
active
           
assignedTo
           
authorLogin
           
bugId
           
buildId
           
buildName
           
buildNotes
           
checkDuplicatedName
           
content
           
customFieldName
           
customFields
           
deep
           
description
           
details
           
devKey
           
enableAutomation
           
enableInventory
           
enableRequirements
           
enableTestPriority
           
executed
           
executeStatus
           
execution
           
executionId
           
executionType
           
expectedResults
           
fileName
           
fileType
           
fkId
           
fkTable
           
getStepInfo
           
guess
           
importance
           
internalId
           
keywordId
           
keywords
           
nodeId
           
notes
           
options
           
order
           
overwrite
           
parentId
           
platformId
           
platformName
           
preconditions
           
public_
           
reqSpecId
           
requirementId
           
requirements
           
status
           
stepNumber
           
steps
           
str
           
summary
           
testCaseExternalId
           
testCaseId
           
testCaseName
           
testCasePathName
           
testCasePrefix
           
testMode
           
testPlanId
           
testPlanName
           
testProjectId
           
testProjectName
           
testSuiteId
           
testSuiteName
           
title
           
urgency
           
user
           
version
           
 
Method Summary
 java.lang.String toString()
           
static TestLinkParams valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TestLinkParams[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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
Method Detail

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(java.lang.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:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Enum<TestLinkParams>


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