Serialized Form


Package br.eti.kinoshita.testlinkjavaapi

Class br.eti.kinoshita.testlinkjavaapi.TestLinkAPIException extends Exception implements Serializable

Serialized Fields

code

Integer code
Error Code.


Package br.eti.kinoshita.testlinkjavaapi.model

Class br.eti.kinoshita.testlinkjavaapi.model.Attachment extends Object implements Serializable

Serialized Fields

id

Integer id

fkId

Integer fkId

fkTable

String fkTable

title

String title

description

String description

fileName

String fileName

fileSize

Long fileSize

fileType

String fileType

content

String content

Class br.eti.kinoshita.testlinkjavaapi.model.Build extends Object implements Serializable

Serialized Fields

id

Integer id

testPlanId

Integer testPlanId

buildName

String buildName

buildNotes

String buildNotes

Class br.eti.kinoshita.testlinkjavaapi.model.CustomField extends Object implements Serializable

Serialized Fields

id

Integer id

name

String name

label

String label

type

Integer type

possibleValues

String possibleValues

defaultValue

String defaultValue

validRegexp

String validRegexp

lengthMin

Integer lengthMin

lengthMax

Integer lengthMax

showOnDesign

Boolean showOnDesign

enableOnDesign

Boolean enableOnDesign

showOnExecution

Boolean showOnExecution

enableOnExecution

Boolean enableOnExecution

showOnTestPlanDesign

Boolean showOnTestPlanDesign

enableOnTestPlanDesign

Boolean enableOnTestPlanDesign

displayOrder

Integer displayOrder

location

Integer location

value

String value

Class br.eti.kinoshita.testlinkjavaapi.model.Execution extends Object implements Serializable

Serialized Fields

id

Integer id

buildId

Integer buildId

testerId

Integer testerId

status

ExecutionStatus status

testPlanId

Integer testPlanId

testCaseVersionId

Integer testCaseVersionId

testCaseVersionNumber

Integer testCaseVersionNumber

executionType

ExecutionType executionType

notes

String notes

Class br.eti.kinoshita.testlinkjavaapi.model.Platform extends Object implements Serializable

Serialized Fields

id

Integer id

name

String name

notes

String notes

Class br.eti.kinoshita.testlinkjavaapi.model.Requirement extends Object implements Serializable

Serialized Fields

id

Integer id

reqSpecId

Integer reqSpecId

reqDocId

String reqDocId

Class br.eti.kinoshita.testlinkjavaapi.model.TestCase extends Object implements Serializable

Serialized Fields

id

Integer id

name

String name

testSuiteId

Integer testSuiteId

testProjectId

Integer testProjectId

authorLogin

String authorLogin

summary

String summary

steps

List<E> steps

preconditions

String preconditions

testImportance

TestImportance testImportance

executionType

ExecutionType executionType

order

Integer order

internalId

Integer internalId

checkDuplicatedName

Boolean checkDuplicatedName

actionOnDuplicatedName

String actionOnDuplicatedName

versionId

Integer versionId

parentId

Integer parentId

customFields

List<E> customFields

Class br.eti.kinoshita.testlinkjavaapi.model.TestCaseStep extends Object implements Serializable

Serialized Fields

testCaseVersionId

Integer testCaseVersionId

number

Integer number

actions

String actions

expectedResults

String expectedResults

executionType

ExecutionType executionType

Class br.eti.kinoshita.testlinkjavaapi.model.TestPlan extends Object implements Serializable

Serialized Fields

id

Integer id

name

String name

projectName

String projectName

notes

String notes

isActive

Boolean isActive

isPublic

Boolean isPublic

Class br.eti.kinoshita.testlinkjavaapi.model.TestProject extends Object implements Serializable

Serialized Fields

id

Integer id

name

String name

prefix

String prefix

notes

String notes

enableRequirements

Boolean enableRequirements

enableTestPriority

Boolean enableTestPriority

enableAutomation

Boolean enableAutomation

enableInventory

Boolean enableInventory

isActive

Boolean isActive

isPublic

Boolean isPublic

Class br.eti.kinoshita.testlinkjavaapi.model.TestSuite extends Object implements Serializable

Serialized Fields

id

Integer id

testProjectId

Integer testProjectId

name

String name

details

String details

parentId

Integer parentId

order

Integer order

checkDuplicatedName

Boolean checkDuplicatedName

actionOnDuplicatedName

String actionOnDuplicatedName



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