InedoSDK Reference
Version:

ScriptInfo Class

Contains information about a script that Inedo.Extensibility.Operations.IScriptingOperation can execute.

Inheritance Hierarchy

  • object
    • Inedo.Extensibility.ScriptLanguages.ScriptInfo

Syntax

public class ScriptInfo

Properties

Name Description
ConfigValues

Gets any script configuration headers defined in the script.

DefaultArgumentsFormat

Gets a string that will be parsed as an OtterScript Inedo.ExecutionEngine.Variables.ProcessedString and evaluated to generate a command line argument string.

ExecModeVariable

Gets the name of the AhExecMode variable if used by the script.

FileName

Gets the file name (without directory and including the extension) of the script.

Language

Gets the ScriptLanguageInfo that was used to parse this instance.

LoadError

Gets the error which prevented the script from loading if applicable.

LoadWarnings

Gets messages to be logged as a warnings prior to running the script.

Parameters

Gets the expected input, output, environment, and arguments variables used by the script.

Summary

Gets the summary that will be displayed when the script is shown in a list.