gradle-intellij-plugin
1.13.0
gradle-intellij-plugin
/
org.jetbrains.intellij.model
/
PerformanceTestStatistic
/
Builder
Builder
data
class
Builder
(
var
totalTime
:
Long
?
=
null
,
var
responsive
:
Long
?
=
null
,
var
averageResponsive
:
Long
?
=
null
)
Constructors
Functions
Properties
Constructors
Builder
Link copied to clipboard
fun
Builder
(
totalTime
:
Long
?
=
null
,
responsive
:
Long
?
=
null
,
averageResponsive
:
Long
?
=
null
)
Functions
average
Responsive
Link copied to clipboard
fun
averageResponsive
(
value
:
Long
?
)
:
PerformanceTestStatistic.Builder
build
Link copied to clipboard
fun
build
(
)
:
PerformanceTestStatistic
responsive
Link copied to clipboard
fun
responsive
(
value
:
Long
?
)
:
PerformanceTestStatistic.Builder
total
Time
Link copied to clipboard
fun
totalTime
(
value
:
Long
?
)
:
PerformanceTestStatistic.Builder
Properties
average
Responsive
Link copied to clipboard
var
averageResponsive
:
Long
?
=
null
responsive
Link copied to clipboard
var
responsive
:
Long
?
=
null
total
Time
Link copied to clipboard
var
totalTime
:
Long
?
=
null