ExecuteCodeParameters

Constructors

Link copied to clipboard
constructor()
No args constructor for use in serialization
constructor(code: String, codeFileName: String, outputFileCollectionConfig: OutputFileCollectionConfig)
constructor(code: String)

Properties

Link copied to clipboard
open var code: String
Code to execute (Required)
Link copied to clipboard
Name of code file
Link copied to clipboard
Configuration of collecting output files

Functions

Link copied to clipboard
open fun equals(other: Any): Boolean
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun toString(): String