Uses of Class
io.github.cdklabs.cdkpipelines.github.Job.Builder
-
-
Uses of Job.Builder in io.github.cdklabs.cdkpipelines.github
Methods in io.github.cdklabs.cdkpipelines.github that return Job.Builder Modifier and Type Method Description static Job.BuilderJob. builder()Job.BuilderJob.Builder. concurrency(Object concurrency)Sets the value ofJob.getConcurrency()Job.BuilderJob.Builder. container(ContainerOptions container)Sets the value ofJob.getContainer()Job.BuilderJob.Builder. continueOnError(Boolean continueOnError)Sets the value ofJob.getContinueOnError()Job.BuilderJob.Builder. defaults(JobDefaults defaults)Sets the value ofJob.getDefaults()Job.BuilderJob.Builder. env(Map<String,String> env)Sets the value ofJob.getEnv()Job.BuilderJob.Builder. environment(Object environment)Sets the value ofJob.getEnvironment()Job.BuilderJob.Builder. ifValue(String ifValue)Sets the value ofJob.getIfValue()Job.BuilderJob.Builder. name(String name)Sets the value ofJob.getName()Job.BuilderJob.Builder. needs(List<String> needs)Sets the value ofJob.getNeeds()Job.BuilderJob.Builder. outputs(Map<String,String> outputs)Sets the value ofJob.getOutputs()Job.BuilderJob.Builder. permissions(JobPermissions permissions)Sets the value ofJob.getPermissions()Job.BuilderJob.Builder. runsOn(String runsOn)Sets the value ofJob.getRunsOn()Job.BuilderJob.Builder. runsOn(List<String> runsOn)Sets the value ofJob.getRunsOn()Job.BuilderJob.Builder. services(Map<String,? extends ContainerOptions> services)Sets the value ofJob.getServices()Job.BuilderJob.Builder. steps(List<? extends JobStep> steps)Sets the value ofJob.getSteps()Job.BuilderJob.Builder. strategy(JobStrategy strategy)Sets the value ofJob.getStrategy()Job.BuilderJob.Builder. timeoutMinutes(Number timeoutMinutes)Sets the value ofJob.getTimeoutMinutes()Constructors in io.github.cdklabs.cdkpipelines.github 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.
-