Github Workflow Generator
class GithubWorkflowGenerator(jdk: String, runners: List<String>, scheduling: Scheduling?, baseDir: File, branch: String?, force: Boolean, canIceReport: Boolean)
Content copied to clipboard
Functions
bootstrap
Link copied to clipboard
Generate a bootstrap testing workflow that runs the gradle command line gradleCommand (
./gradlew $gradleCommand
).bootstrapCommands
Link copied to clipboard
fun bootstrapCommands(vararg commands: String, suffix: String = "compile")
Content copied to clipboard
bootstrapCustom
Link copied to clipboard
Generate a bootstrap testing workflow with the steps steps.
both
Link copied to clipboard
Generate bootstrap and EAP testing workflows that run the gradle command line gradleCommand (
./gradlew $gradleCommand
).bothCommands
Link copied to clipboard
bothCustom
Link copied to clipboard
Generate bootstrap and EAP testing workflows with the steps steps.
commonCommands
Link copied to clipboard
fun commonCommands(vararg commands: String, name: String = "Common Setup", id: String? = null)
Content copied to clipboard
commonStep
Link copied to clipboard
eap
Link copied to clipboard
Generate an EAP testing workflow that runs the gradle command line gradleCommand (
./gradlew $gradleCommand
).eapCommands
Link copied to clipboard
Sources
jvm source
Link copied to clipboard