BuildMaster SDK Reference
Version:

BuildMasterVariable Class

Represents a BuildMaster variable value.

Inheritance Hierarchy

  • object
    • Inedo.BuildMaster.Variables.BuildMasterVariable

Syntax

public class BuildMasterVariable : Inedo.ExecutionEngine.Executer.IRuntimeVariable

Properties

Name Description
ApplicationGroupId

Gets the application group identifier.

ApplicationId

Gets the application identifier.

DeployableId

Gets the deployable identifier.

EnvironmentId

Gets the environment ID of the variable scope if applicable.

EvaluateVariables

Gets a value indicating whether to evaluate variables processed within this variable's value.

HasMultipleScopes

Gets a value indicating whether the variable has more than one scope.

Id

Gets the ID of the variable.

Name

Gets the name and type of the variable.

Scope

Gets the scope of the variable.

Sensitive

Gets a value indicating whether to obscure the value of this variable from casual viewing.

ServerId

Gets the server ID of the variable scope if applicable.

ServerRoleId

Gets the role ID of the variable scope if applicable.

UnprocessedValue

Gets the value as it was persisted in storage.

Value

Gets the variable value.