Uses of Class
io.github.cdklabs.cdkpipelines.github.Runner
-
-
Uses of Runner in io.github.cdklabs.cdkpipelines.github
Fields in io.github.cdklabs.cdkpipelines.github declared as Runner Modifier and Type Field Description static RunnerRunner. MACOS_LATESTRunner instance that sets runsOn to `macos-latest`.static RunnerRunner. UBUNTU_LATESTRunner instance that sets runsOn to `ubuntu-latest`.static RunnerRunner. WINDOWS_LATESTRunner instance that sets runsOn to `windows-latest`.Methods in io.github.cdklabs.cdkpipelines.github that return Runner Modifier and Type Method Description default RunnerGitHubWorkflowProps. getRunner()The type of runner to run the job on.RunnerGitHubWorkflowProps.Jsii$Proxy. getRunner()static RunnerRunner. selfHosted(List<String> labels)Creates a runner instance that sets runsOn to `self-hosted`.Methods in io.github.cdklabs.cdkpipelines.github with parameters of type Runner Modifier and Type Method Description GitHubWorkflow.BuilderGitHubWorkflow.Builder. runner(Runner runner)The type of runner to run the job on.GitHubWorkflowProps.BuilderGitHubWorkflowProps.Builder. runner(Runner runner)Sets the value ofGitHubWorkflowProps.getRunner()
-