Uses of Class
io.github.cdklabs.projen.circleci.Job.Builder
-
Packages that use Job.Builder Package Description io.github.cdklabs.projen.circleci -
-
Uses of Job.Builder in io.github.cdklabs.projen.circleci
Methods in io.github.cdklabs.projen.circleci that return Job.Builder Modifier and Type Method Description static Job.BuilderJob. builder()Job.BuilderJob.Builder. docker(List<? extends Docker> docker)Sets the value ofJob.getDocker()Job.BuilderJob.Builder. environment(Map<String,? extends Object> environment)Sets the value ofJob.getEnvironment()Job.BuilderJob.Builder. identifier(String identifier)Sets the value ofJob.getIdentifier()Job.BuilderJob.Builder. machine(Machine machine)Sets the value ofJob.getMachine()Job.BuilderJob.Builder. macos(Macos macos)Sets the value ofJob.getMacos()Job.BuilderJob.Builder. parallelism(Number parallelism)Sets the value ofJob.getParallelism()Job.BuilderJob.Builder. parameters(Map<String,? extends PipelineParameter> parameters)Sets the value ofJob.getParameters()Job.BuilderJob.Builder. resourceClass(String resourceClass)Sets the value ofJob.getResourceClass()Job.BuilderJob.Builder. shell(String shell)Sets the value ofJob.getShell()Job.BuilderJob.Builder. steps(List<? extends Object> steps)Sets the value ofJob.getSteps()Job.BuilderJob.Builder. workingDirectory(String workingDirectory)Sets the value ofJob.getWorkingDirectory()Constructors in io.github.cdklabs.projen.circleci with parameters of type Job.Builder Constructor Description Jsii$Proxy(Job.Builder builder)Constructor that initializes the object based on literal property values passed by theJob.Builder.
-