BuildMaster SDK Reference
Version:
VariableFunctionScope Enumeration
Specifies the scope a function is designed to be used in.
Inheritance Hierarchy
- object
- System.ValueType
- System.Enum
- Inedo.BuildMaster.Extensibility.VariableFunctions.VariableFunctionScope
Syntax
public
enum
VariableFunctionScope : System.IComparable, System.IFormattable, System.IConvertible
Fields
|
Name |
Description |
|
AgentBasedAction
|
The function should be accessible during agent-based action execution.
|
|
Application
|
The function should be accessible when an application is in scope.
|
|
ApplicationGroup
|
The function should be accessible when an application group is in scope.
|
|
Build
|
The function should be accessible when a build is in scope.
|
|
Deployable
|
The function should be accessible when a deployable is in scope.
|
|
Environment
|
The function should be accessible when an environment is in scope.
|
|
Execution
|
The function should be accessible when an execution is in scope.
|
|
Global
|
The function should be accessible from any scope.
|
|
Release
|
The function should be accessible when a release is in scope.
|
|
Server
|
The function should be accessible when a server is in scope.
|