Uses of Class
io.github.cdklabs.cdkpipelines.github.JobStep.Builder
-
-
Uses of JobStep.Builder in io.github.cdklabs.cdkpipelines.github
Methods in io.github.cdklabs.cdkpipelines.github that return JobStep.Builder Modifier and Type Method Description static JobStep.BuilderJobStep. builder()JobStep.BuilderJobStep.Builder. continueOnError(Boolean continueOnError)Sets the value ofJobStep.getContinueOnError()JobStep.BuilderJobStep.Builder. env(Map<String,String> env)Sets the value ofJobStep.getEnv()JobStep.BuilderJobStep.Builder. id(String id)Sets the value ofJobStep.getId()JobStep.BuilderJobStep.Builder. ifValue(String ifValue)Sets the value ofJobStep.getIfValue()JobStep.BuilderJobStep.Builder. name(String name)Sets the value ofJobStep.getName()JobStep.BuilderJobStep.Builder. run(String run)Sets the value ofJobStep.getRun()JobStep.BuilderJobStep.Builder. timeoutMinutes(Number timeoutMinutes)Sets the value ofJobStep.getTimeoutMinutes()JobStep.BuilderJobStep.Builder. uses(String uses)Sets the value ofJobStep.getUses()JobStep.BuilderJobStep.Builder. with(Map<String,? extends Object> with)Sets the value ofJobStep.getWith()Constructors in io.github.cdklabs.cdkpipelines.github with parameters of type JobStep.Builder Constructor Description Jsii$Proxy(JobStep.Builder builder)Constructor that initializes the object based on literal property values passed by theJobStep.Builder.
-