cikraft
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
cikraft
flow-dsl
/
app.softwork.cikraft.integrationflow
/
ProjectDescription
/
BuildSpec
Build
Spec
@
Serializable
data
class
BuildSpec
(
val
buildCommand
:
ProjectDescription.BuildSpec.BuildCommand
)
(
source
)
Members
Constructors
Build
Spec
Link copied to clipboard
constructor
(
buildCommand
:
ProjectDescription.BuildSpec.BuildCommand
)
Types
Build
Command
Link copied to clipboard
@
Serializable
data
class
BuildCommand
(
val
name
:
String
,
val
arguments
:
Unit
=
Unit
)
Properties
build
Command
Link copied to clipboard
@
XmlSerialName
(
value
=
"buildCommand"
)
val
buildCommand
:
ProjectDescription.BuildSpec.BuildCommand