Uses of Interface
io.github.cdklabs.projen.java.PluginExecution
-
Packages that use PluginExecution Package Description io.github.cdklabs.projen.java -
-
Uses of PluginExecution in io.github.cdklabs.projen.java
Classes in io.github.cdklabs.projen.java that implement PluginExecution Modifier and Type Class Description static classPluginExecution.Jsii$ProxyAn implementation forPluginExecutionMethods in io.github.cdklabs.projen.java that return PluginExecution Modifier and Type Method Description PluginExecutionPluginExecution.Builder. build()Builds the configured instance.Methods in io.github.cdklabs.projen.java that return types with arguments of type PluginExecution Modifier and Type Method Description default List<PluginExecution>PluginOptions. getExecutions()(experimental) Plugin executions.List<PluginExecution>PluginOptions.Jsii$Proxy. getExecutions()Method parameters in io.github.cdklabs.projen.java with type arguments of type PluginExecution Modifier and Type Method Description PluginOptions.BuilderPluginOptions.Builder. executions(List<? extends PluginExecution> executions)Sets the value ofPluginOptions.getExecutions()
-