com.anaplan.engineering.azuki.script.generation.ScriptGenerationCheck.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of azuki-script-generation Show documentation
Show all versions of azuki-script-generation Show documentation
Tools to assist with the recreation of scripts from in-memory Azuki scenarios
The newest version!
package com.anaplan.engineering.azuki.script.generation
import com.anaplan.engineering.azuki.core.system.Check
interface ScriptGenerationCheck : Check {
fun getCheckScript(): String
}