toggle menu
library
2024.2.0
jvm
switch theme
search in API
library
/
com.gabrielfeo.develocity.api.model
/
BazelCriticalPathActionsInner
Bazel
Critical
Path
Actions
Inner
data
class
BazelCriticalPathActionsInner
(
@
Json
(
name
=
"name"
)
val
name
:
String
,
@
Json
(
name
=
"category"
)
val
category
:
String
,
@
Json
(
name
=
"duration"
)
val
duration
:
Long
)
Parameters
name
The name of the action.
category
The category of the action.
duration
The duration of the action, as milliseconds.
Members
Constructors
Bazel
Critical
Path
Actions
Inner
Link copied to clipboard
constructor
(
@
Json
(
name
=
"name"
)
name
:
String
,
@
Json
(
name
=
"category"
)
category
:
String
,
@
Json
(
name
=
"duration"
)
duration
:
Long
)
Properties
category
Link copied to clipboard
val
category
:
String
duration
Link copied to clipboard
val
duration
:
Long
name
Link copied to clipboard
val
name
:
String