Uses of Class
io.github.cdklabs.projen.github.workflows.Step.Builder
-
Packages that use Step.Builder Package Description io.github.cdklabs.projen.github.workflows -
-
Uses of Step.Builder in io.github.cdklabs.projen.github.workflows
Methods in io.github.cdklabs.projen.github.workflows that return Step.Builder Modifier and Type Method Description static Step.BuilderStep. builder()Step.BuilderStep.Builder. env(Map<String,String> env)Sets the value ofStepConfiguration.getEnv()Step.BuilderStep.Builder. id(String id)Sets the value ofStepConfiguration.getId()Step.BuilderStep.Builder. ifValue(String ifValue)Sets the value ofStepConfiguration.getIfValue()Step.BuilderStep.Builder. name(String name)Sets the value ofStepConfiguration.getName()Step.BuilderStep.Builder. run(String run)Sets the value ofStep.getRun()Step.BuilderStep.Builder. uses(String uses)Sets the value ofStep.getUses()Step.BuilderStep.Builder. with(Map<String,? extends Object> with)Sets the value ofStep.getWith()Step.BuilderStep.Builder. workingDirectory(String workingDirectory)Sets the value ofStepConfiguration.getWorkingDirectory()Constructors in io.github.cdklabs.projen.github.workflows with parameters of type Step.Builder Constructor Description Jsii$Proxy(Step.Builder builder)Constructor that initializes the object based on literal property values passed by theStep.Builder.
-