GitLab CI Kotlin DSL
Toggle table of contents
0.4.0
common
Platform filter
common
Switch theme
Search in API
GitLab CI Kotlin DSL
GitLab CI Kotlin DSL
/
opensavvy.gitlab.ci.script
/
CommandDsl
Command
Dsl
class
CommandDsl
(
list
:
MutableList
<
Command
>
)
(
source
)
Members
Members & Extensions
Constructors
Command
Dsl
Link copied to clipboard
constructor
(
list
:
MutableList
<
Command
>
)
Properties
docker
Link copied to clipboard
val
CommandDsl
.
docker
:
Docker
Accesses Docker commands.
gradle
Link copied to clipboard
val
CommandDsl
.
gradle
:
Gradle
gradlew
Link copied to clipboard
val
CommandDsl
.
gradlew
:
Gradle
helm
Link copied to clipboard
val
CommandDsl
.
helm
:
Helm
pacman
Link copied to clipboard
val
CommandDsl
.
pacman
:
Pacman
Functions
clear
Link copied to clipboard
fun
clear
(
)
shell
Link copied to clipboard
fun
CommandDsl
.
shell
(
command
:
String
)
unary
Plus
Link copied to clipboard
operator
fun
Command
.
unaryPlus
(
)