Serialized Form


Package br.eti.kinoshita.testlinkjavaapi

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

Serialized Fields

code

java.lang.Integer code
Error Code.


Package br.eti.kinoshita.testlinkjavaapi.model

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

Serialized Fields

id

java.lang.Integer id

fkId

java.lang.Integer fkId

fkTable

java.lang.String fkTable

title

java.lang.String title

description

java.lang.String description

fileName

java.lang.String fileName

fileSize

java.lang.Long fileSize

fileType

java.lang.String fileType

content

java.lang.String content

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

Serialized Fields

id

java.lang.Integer id

testPlanId

java.lang.Integer testPlanId

buildName

java.lang.String buildName

buildNotes

java.lang.String buildNotes

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

Serialized Fields

id

java.lang.Integer id

name

java.lang.String name

label

java.lang.String label

type

java.lang.Integer type

possibleValues

java.lang.String possibleValues

defaultValue

java.lang.String defaultValue

validRegexp

java.lang.String validRegexp

lengthMin

java.lang.Integer lengthMin

lengthMax

java.lang.Integer lengthMax

showOnDesign

java.lang.Boolean showOnDesign

enableOnDesign

java.lang.Boolean enableOnDesign

showOnExecution

java.lang.Boolean showOnExecution

enableOnExecution

java.lang.Boolean enableOnExecution

showOnTestPlanDesign

java.lang.Boolean showOnTestPlanDesign

enableOnTestPlanDesign

java.lang.Boolean enableOnTestPlanDesign

displayOrder

java.lang.Integer displayOrder

location

java.lang.Integer location

value

java.lang.String value

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

Serialized Fields

id

java.lang.Integer id

buildId

java.lang.Integer buildId

testerId

java.lang.Integer testerId

status

ExecutionStatus status

testPlanId

java.lang.Integer testPlanId

testCaseVersionId

java.lang.Integer testCaseVersionId

testCaseVersionNumber

java.lang.Integer testCaseVersionNumber

executionType

ExecutionType executionType

notes

java.lang.String notes

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

Serialized Fields

id

java.lang.Integer id

name

java.lang.String name

notes

java.lang.String notes

Class br.eti.kinoshita.testlinkjavaapi.model.ReportTCResultResponse extends java.lang.Object implements Serializable

Serialized Fields

operation

java.lang.String operation

overwrite

java.lang.Boolean overwrite

status

java.lang.Boolean status

message

java.lang.String message

executionId

java.lang.Integer executionId

bugIDStatus

java.lang.Boolean bugIDStatus

customFieldStatus

java.lang.Boolean customFieldStatus

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

Serialized Fields

id

java.lang.Integer id

reqSpecId

java.lang.Integer reqSpecId

reqDocId

java.lang.String reqDocId

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

Serialized Fields

id

java.lang.Integer id

name

java.lang.String name

testSuiteId

java.lang.Integer testSuiteId

testProjectId

java.lang.Integer testProjectId

authorLogin

java.lang.String authorLogin

summary

java.lang.String summary

steps

java.util.List<E> steps

preconditions

java.lang.String preconditions

testImportance

TestImportance testImportance

executionType

ExecutionType executionType

order

java.lang.Integer order

internalId

java.lang.Integer internalId

checkDuplicatedName

java.lang.Boolean checkDuplicatedName

actionOnDuplicatedName

java.lang.String actionOnDuplicatedName

versionId

java.lang.Integer versionId

version

java.lang.Integer version

parentId

java.lang.Integer parentId

customFields

java.util.List<E> customFields

executionStatus

ExecutionStatus executionStatus

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

Serialized Fields

testCaseVersionId

java.lang.Integer testCaseVersionId

number

java.lang.Integer number

actions

java.lang.String actions

expectedResults

java.lang.String expectedResults

executionType

ExecutionType executionType

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

Serialized Fields

id

java.lang.Integer id

name

java.lang.String name

projectName

java.lang.String projectName

notes

java.lang.String notes

isActive

java.lang.Boolean isActive

isPublic

java.lang.Boolean isPublic

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

Serialized Fields

id

java.lang.Integer id

name

java.lang.String name

prefix

java.lang.String prefix

notes

java.lang.String notes

enableRequirements

java.lang.Boolean enableRequirements

enableTestPriority

java.lang.Boolean enableTestPriority

enableAutomation

java.lang.Boolean enableAutomation

enableInventory

java.lang.Boolean enableInventory

isActive

java.lang.Boolean isActive

isPublic

java.lang.Boolean isPublic

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

Serialized Fields

id

java.lang.Integer id

testProjectId

java.lang.Integer testProjectId

name

java.lang.String name

details

java.lang.String details

parentId

java.lang.Integer parentId

order

java.lang.Integer order

checkDuplicatedName

java.lang.Boolean checkDuplicatedName

actionOnDuplicatedName

java.lang.String actionOnDuplicatedName



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