com.anaplan.engineering.azuki.script.generation.ScriptGenerationAction.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
package com.anaplan.engineering.azuki.script.generation
import com.anaplan.engineering.azuki.core.system.Action
interface ScriptGenerationAction : Action {
fun getActionScript(): String
}