Uses of Class
io.github.cdklabs.projen.github.workflows.Tools.Builder
-
Packages that use Tools.Builder Package Description io.github.cdklabs.projen.github.workflows -
-
Uses of Tools.Builder in io.github.cdklabs.projen.github.workflows
Methods in io.github.cdklabs.projen.github.workflows that return Tools.Builder Modifier and Type Method Description static Tools.BuilderTools. builder()Tools.BuilderTools.Builder. dotnet(ToolRequirement dotnet)Sets the value ofTools.getDotnet()Tools.BuilderTools.Builder. go(ToolRequirement go)Sets the value ofTools.getGo()Tools.BuilderTools.Builder. java(ToolRequirement java)Sets the value ofTools.getJava()Tools.BuilderTools.Builder. node(ToolRequirement node)Sets the value ofTools.getNode()Tools.BuilderTools.Builder. python(ToolRequirement python)Sets the value ofTools.getPython()Constructors in io.github.cdklabs.projen.github.workflows with parameters of type Tools.Builder Constructor Description Jsii$Proxy(Tools.Builder builder)Constructor that initializes the object based on literal property values passed by theTools.Builder.
-