Uses of Interface
io.github.cdklabs.projen.build.AddPostBuildJobCommandsOptions
-
Packages that use AddPostBuildJobCommandsOptions Package Description io.github.cdklabs.projen.build -
-
Uses of AddPostBuildJobCommandsOptions in io.github.cdklabs.projen.build
Classes in io.github.cdklabs.projen.build that implement AddPostBuildJobCommandsOptions Modifier and Type Class Description static classAddPostBuildJobCommandsOptions.Jsii$ProxyAn implementation forAddPostBuildJobCommandsOptionsMethods in io.github.cdklabs.projen.build that return AddPostBuildJobCommandsOptions Modifier and Type Method Description AddPostBuildJobCommandsOptionsAddPostBuildJobCommandsOptions.Builder. build()Builds the configured instance.Methods in io.github.cdklabs.projen.build with parameters of type AddPostBuildJobCommandsOptions Modifier and Type Method Description voidBuildWorkflow. addPostBuildJobCommands(String id, List<String> commands, AddPostBuildJobCommandsOptions options)(experimental) Run a sequence of commands as a job within the build workflow which is executed after the build job succeeded.
-