BuildMaster SDK Reference
Version:
IActionExecutionContext Interface
Provides information about the current execution of an action.
Inheritance Hierarchy
- Inedo.BuildMaster.Extensibility.Actions.IActionExecutionContext
Syntax
public
interface
IActionExecutionContext
Properties
|
Name |
Description |
|
ApplicationGroupId
|
Gets the ID of the application group which contains the executing plan.
|
|
ApplicationId
|
Gets the ID of the application which contains the executing plan.
|
|
BuildNumber
|
Gets the build number of the application which
contains the executing plan.
|
|
CancellationToken
|
Gets the action cancellation token.
|
|
DeployableId
|
Gets the ID of the deployable associated with the executing plan.
|
|
EnvironmentId
|
Gets the ID of the environment associated with the executing plan.
|
|
ExecutionId
|
Gets the ID of the execution in which the plan is running.
|
|
ExecutionPlanActionId
|
Gets the ID of the plan that the Action is executing in.
|
|
NumericReleaseNumber
|
Gets the numeric representation of the release number of
the application which contains the executing plan.
|
|
PromotionId
|
Gets the promotion ID.
|
|
ReleaseNumber
|
Gets the release number of the application which
contains the executing plan.
|
|
Variables
|
Gets a collection of variable names and values.
|