Serialized Form
-
Package ru.testit.clients
-
Class ru.testit.clients.ClientConfiguration
class ClientConfiguration extends Object implements Serializable-
Serialized Fields
-
automaticUpdationLinksToTestCases
boolean automaticUpdationLinksToTestCases
-
certValidation
Boolean certValidation
-
configurationId
String configurationId
-
privateToken
String privateToken
-
projectId
String projectId
-
testRunId
String testRunId
-
testRunName
String testRunName
-
tmsImportRealtime
boolean tmsImportRealtime
-
url
String url
-
-
-
-
Package ru.testit.models
-
Class ru.testit.models.ClassContainer
class ClassContainer extends Object implements Serializable-
Serialized Fields
-
afterClassMethods
List<FixtureResult> afterClassMethods
-
afterEachTest
List<FixtureResult> afterEachTest
-
beforeClassMethods
List<FixtureResult> beforeClassMethods
-
beforeEachTest
List<FixtureResult> beforeEachTest
-
children
List<String> children
-
name
String name
-
start
Long start
-
stop
Long stop
-
uuid
String uuid
-
-
-
Class ru.testit.models.FixtureResult
class FixtureResult extends Object implements Serializable-
Serialized Fields
-
attachments
List<String> attachments
-
description
String description
-
itemStage
ItemStage itemStage
-
itemStatus
ItemStatus itemStatus
-
linkItems
List<LinkItem> linkItems
-
parameters
Map<String,
String> parameters -
parent
String parent
-
start
Long start
-
steps
List<StepResult> steps
-
stop
Long stop
-
title
String title
-
-
-
Class ru.testit.models.Label
class Label extends Object implements Serializable-
Serialized Fields
-
name
String name
-
-
-
Class ru.testit.models.LinkItem
class LinkItem extends Object implements Serializable -
Class ru.testit.models.MainContainer
class MainContainer extends Object implements Serializable-
Serialized Fields
-
afterMethods
List<FixtureResult> afterMethods
-
beforeMethods
List<FixtureResult> beforeMethods
-
children
List<String> children
-
start
Long start
-
stop
Long stop
-
uuid
String uuid
-
-
-
Class ru.testit.models.StepResult
class StepResult extends Object implements Serializable-
Serialized Fields
-
attachments
List<String> attachments
-
description
String description
-
itemStage
ItemStage itemStage
-
itemStatus
ItemStatus itemStatus
-
linkItems
List<LinkItem> linkItems
-
parameters
Map<String,
String> parameters -
start
Long start
-
steps
List<StepResult> steps
-
stop
Long stop
-
throwable
Throwable throwable
-
title
String title
-
-
-
Class ru.testit.models.TestResult
class TestResult extends Object implements Serializable-
Serialized Fields
-
attachments
List<String> attachments
-
automaticCreationTestCases
boolean automaticCreationTestCases
-
className
String className
-
description
String description
-
externalId
String externalId
-
externalKey
String externalKey
-
itemStage
ItemStage itemStage
-
itemStatus
ItemStatus itemStatus
-
labels
List<Label> labels
-
linkItems
List<LinkItem> linkItems
-
mainContainerUuid
String mainContainerUuid
OwningMainContainer.getUuid()when set (e.g. JUnit 5); used to scope bulk diagnostics in sharedResultStorage. -
message
String message
-
name
String name
-
parameters
Map<String,
String> parameters -
resultLinks
List<LinkItem> resultLinks
-
spaceName
String spaceName
-
start
Long start
-
steps
List<StepResult> steps
-
stop
Long stop
-
tags
List<String> tags
-
throwable
Throwable throwable
-
title
String title
-
uuid
String uuid
-
workItemIds
List<String> workItemIds
-
-
-
-
Package ru.testit.properties
-
Class ru.testit.properties.AdapterConfig
class AdapterConfig extends Object implements Serializable-
Serialized Fields
-
automaticCreationTestCases
boolean automaticCreationTestCases
-
mode
AdapterMode mode
-
syncStoragePath
String syncStoragePath
-
syncStoragePort
String syncStoragePort
-
tmsIntegration
boolean tmsIntegration
-
-
-
-
Package ru.testit.syncstorage.invoker
-
Exception ru.testit.syncstorage.invoker.ApiException
class ApiException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Class ru.testit.syncstorage.invoker.RFC3339DateFormat
class RFC3339DateFormat extends DateFormat implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
fmt
com.fasterxml.jackson.databind.util.StdDateFormat fmt
-
-
Class ru.testit.syncstorage.invoker.RFC3339InstantDeserializer
class RFC3339InstantDeserializer extends com.fasterxml.jackson.datatype.jsr310.deser.InstantDeserializer<T extends Temporal> implements Serializable- serialVersionUID:
- 1L
-
Class ru.testit.syncstorage.invoker.RFC3339JavaTimeModule
class RFC3339JavaTimeModule extends com.fasterxml.jackson.databind.module.SimpleModule implements Serializable- serialVersionUID:
- 1L
-