space-engineers-api
0.9.0
common
space-engineers-api
/
testrail
/
TestRailConfig
Test
Rail
Config
common
data
class
TestRailConfig
(
val
username
:
String
,
val
password
:
String
,
val
suiteId
:
Long
,
val
projectId
:
Long
,
val
excludingTags
:
Set
<
String
>
,
val
ignoredParentSections
:
List
<
Long
>
,
val
testCaseDirectory
:
String
,
val
mapsDirectory
:
String
)
Content copied to clipboard
Types
Constructors
Functions
Properties
Constructors
Test
Rail
Config
Link copied to clipboard
common
fun
TestRailConfig
(
username
:
String
,
password
:
String
,
suiteId
:
Long
,
projectId
:
Long
,
excludingTags
:
Set
<
String
>
,
ignoredParentSections
:
List
<
Long
>
,
testCaseDirectory
:
String
,
mapsDirectory
:
String
)
Content copied to clipboard
Types
Companion
Link copied to clipboard
common
object
Companion
Content copied to clipboard
Functions
to
Client
Link copied to clipboard
common
fun
toClient
(
)
:
TestRailClient
Content copied to clipboard
Properties
excluding
Tags
Link copied to clipboard
common
val
excludingTags
:
Set
<
String
>
Content copied to clipboard
ignored
Parent
Sections
Link copied to clipboard
common
val
ignoredParentSections
:
List
<
Long
>
Content copied to clipboard
maps
Directory
Link copied to clipboard
common
val
mapsDirectory
:
String
Content copied to clipboard
password
Link copied to clipboard
common
val
password
:
String
Content copied to clipboard
project
Id
Link copied to clipboard
common
val
projectId
:
Long
Content copied to clipboard
suite
Id
Link copied to clipboard
common
val
suiteId
:
Long
Content copied to clipboard
test
Case
Directory
Link copied to clipboard
common
val
testCaseDirectory
:
String
Content copied to clipboard
username
Link copied to clipboard
common
val
username
:
String
Content copied to clipboard