BuildMaster SDK Reference
Version:

IActionConverterContext Interface

Contains context information and conversion helper methods for an action converter.

Inheritance Hierarchy

  • Inedo.BuildMaster.Extensibility.Operations.IActionConverterContext

Syntax

public interface IActionConverterContext

Properties

Name Description
ActionGroupServerName

Gets the name of the server assigned to the action group that the action belongs to.

ActionServerName

Gets the name of the server that the action will execute on.

Configurer

Gets the configurer associated with the action.

Methods

Name Description
ConvertLegacyExpression(string legacyExpression)

Returns a variable-containing string that has been converted from the specified legacy expression.

ConvertLegacyMask(System.Collections.Generic.IEnumerable<string> legacyMasks, bool recursive)

Returns a Inedo.IO.MaskingContext instance that is functionally equivalent to the supplied legacy masks.