Uses of Interface
io.github.cdklabs.projen.TaskStep
-
Packages that use TaskStep Package Description io.github.cdklabs.projen -
-
Uses of TaskStep in io.github.cdklabs.projen
Classes in io.github.cdklabs.projen that implement TaskStep Modifier and Type Class Description static classTaskStep.Jsii$ProxyAn implementation forTaskStepMethods in io.github.cdklabs.projen that return TaskStep Modifier and Type Method Description TaskStepTaskStep.Builder. build()Builds the configured instance.Methods in io.github.cdklabs.projen that return types with arguments of type TaskStep Modifier and Type Method Description List<TaskStep>Task. getSteps()(experimental) Returns an immutable copy of all the step specifications of the task.default List<TaskStep>TaskOptions. getSteps()(experimental) List of task steps to run.List<TaskStep>TaskOptions.Jsii$Proxy. getSteps()default List<TaskStep>TaskSpec. getSteps()(experimental) Task steps.List<TaskStep>TaskSpec.Jsii$Proxy. getSteps()Methods in io.github.cdklabs.projen with parameters of type TaskStep Modifier and Type Method Description voidTask. updateStep(Number index, TaskStep step)Method parameters in io.github.cdklabs.projen with type arguments of type TaskStep Modifier and Type Method Description Task.BuilderTask.Builder. steps(List<? extends TaskStep> steps)(experimental) List of task steps to run.TaskOptions.BuilderTaskOptions.Builder. steps(List<? extends TaskStep> steps)Sets the value ofTaskOptions.getSteps()TaskSpec.BuilderTaskSpec.Builder. steps(List<? extends TaskStep> steps)Sets the value ofTaskSpec.getSteps()
-