Uses of Interface
io.github.cdklabs.projen.circleci.Job
-
Packages that use Job Package Description io.github.cdklabs.projen.circleci -
-
Uses of Job in io.github.cdklabs.projen.circleci
Classes in io.github.cdklabs.projen.circleci that implement Job Modifier and Type Class Description static classJob.Jsii$ProxyAn implementation forJobMethods in io.github.cdklabs.projen.circleci that return Job Modifier and Type Method Description JobJob.Builder. build()Builds the configured instance.Methods in io.github.cdklabs.projen.circleci that return types with arguments of type Job Modifier and Type Method Description default List<Job>CircleCiProps. getJobs()(experimental) List of Jobs to create unique steps per pipeline, e.g.List<Job>CircleCiProps.Jsii$Proxy. getJobs()Method parameters in io.github.cdklabs.projen.circleci with type arguments of type Job Modifier and Type Method Description Circleci.BuilderCircleci.Builder. jobs(List<? extends Job> jobs)(experimental) List of Jobs to create unique steps per pipeline, e.g.CircleCiProps.BuilderCircleCiProps.Builder. jobs(List<? extends Job> jobs)Sets the value ofCircleCiProps.getJobs()
-