toggle menu
IntelliJPlatformGradlePlugin
2.0.0
jvm
switch theme
search in API
IntelliJPlatformGradlePlugin
/
org.jetbrains.intellij.platform.gradle.models
/
PerformanceTestScript
/
Builder
Builder
data
class
Builder
(
var
projectName
:
String
?
=
null
,
var
scriptContent
:
String
?
=
null
,
var
assertionTimeout
:
Long
?
=
null
)
Members
Constructors
Builder
Link copied to clipboard
constructor
(
projectName
:
String
?
=
null
,
scriptContent
:
String
?
=
null
,
assertionTimeout
:
Long
?
=
null
)
Properties
assertion
Timeout
Link copied to clipboard
var
assertionTimeout
:
Long
?
project
Name
Link copied to clipboard
var
projectName
:
String
?
script
Content
Link copied to clipboard
var
scriptContent
:
String
?
Functions
append
Script
Content
Link copied to clipboard
fun
appendScriptContent
(
value
:
String
)
:
PerformanceTestScript.Builder
assertion
Timeout
Link copied to clipboard
fun
assertionTimeout
(
value
:
Long
?
)
:
PerformanceTestScript.Builder
build
Link copied to clipboard
fun
build
(
)
:
PerformanceTestScript
project
Name
Link copied to clipboard
fun
projectName
(
value
:
String
?
)
:
PerformanceTestScript.Builder
script
Content
Link copied to clipboard
fun
scriptContent
(
value
:
String
?
)
:
PerformanceTestScript.Builder