gradle-intellij-plugin
1.13.0
gradle-intellij-plugin
/
org.jetbrains.intellij.model
/
PerformanceTestScript
Performance
Test
Script
class
PerformanceTestScript
Types
Properties
Types
Builder
Link copied to clipboard
data
class
Builder
(
var
projectName
:
String
?
=
null
,
var
scriptContent
:
String
?
=
null
,
var
assertionTimeout
:
Long
?
=
null
)
Properties
assertion
Timeout
Link copied to clipboard
val
assertionTimeout
:
Long
?
project
Name
Link copied to clipboard
val
projectName
:
String
?
script
Content
Link copied to clipboard
val
scriptContent
:
String
?