Uses of Class
io.github.cdklabs.projen.circleci.Run.Builder
-
Packages that use Run.Builder Package Description io.github.cdklabs.projen.circleci -
-
Uses of Run.Builder in io.github.cdklabs.projen.circleci
Methods in io.github.cdklabs.projen.circleci that return Run.Builder Modifier and Type Method Description Run.BuilderRun.Builder. background(String background)Sets the value ofRun.getBackground()static Run.BuilderRun. builder()Run.BuilderRun.Builder. command(String command)Sets the value ofRun.getCommand()Run.BuilderRun.Builder. environment(String environment)Sets the value ofRun.getEnvironment()Run.BuilderRun.Builder. name(String name)Sets the value ofRun.getName()Run.BuilderRun.Builder. noOutputTimeout(String noOutputTimeout)Sets the value ofRun.getNoOutputTimeout()Run.BuilderRun.Builder. shell(String shell)Sets the value ofRun.getShell()Run.BuilderRun.Builder. when(String when)Sets the value ofRun.getWhen()Run.BuilderRun.Builder. workingDirectory(String workingDirectory)Sets the value ofRun.getWorkingDirectory()Constructors in io.github.cdklabs.projen.circleci with parameters of type Run.Builder Constructor Description Jsii$Proxy(Run.Builder builder)Constructor that initializes the object based on literal property values passed by theRun.Builder.
-