Uses of Interface
io.github.cdklabs.projen.TaskStepOptions
-
Packages that use TaskStepOptions Package Description io.github.cdklabs.projen -
-
Uses of TaskStepOptions in io.github.cdklabs.projen
Subinterfaces of TaskStepOptions in io.github.cdklabs.projen Modifier and Type Interface Description interfaceTaskStep(experimental) A single step within a task.Classes in io.github.cdklabs.projen that implement TaskStepOptions Modifier and Type Class Description static classTaskStep.Jsii$ProxyAn implementation forTaskStepstatic classTaskStepOptions.Jsii$ProxyAn implementation forTaskStepOptionsMethods in io.github.cdklabs.projen that return TaskStepOptions Modifier and Type Method Description TaskStepOptionsTaskStepOptions.Builder. build()Builds the configured instance.Methods in io.github.cdklabs.projen with parameters of type TaskStepOptions Modifier and Type Method Description voidTask. exec(String command, TaskStepOptions options)(experimental) Executes a shell command.voidTask. prepend(String shell, TaskStepOptions options)Deprecated.useprependExec()voidTask. prependExec(String shell, TaskStepOptions options)(experimental) Adds a command at the beginning of the task.voidTask. prependSay(String message, TaskStepOptions options)(experimental) Says something at the beginning of the task.voidTask. prependSpawn(Task subtask, TaskStepOptions options)(experimental) Adds a spawn instruction at the beginning of the task.voidTask. reset(String command, TaskStepOptions options)(experimental) Reset the task so it no longer has any commands.voidTask. say(String message, TaskStepOptions options)(experimental) Say something.voidTask. spawn(Task subtask, TaskStepOptions options)(experimental) Spawns a sub-task.
-