BuildMaster SDK Reference
Version:
SimpleBuildMasterContext Class
Inheritance Hierarchy
- object
- Inedo.BuildMaster.Extensibility.SimpleBuildMasterContext
Syntax
public
class
SimpleBuildMasterContext : IGenericBuildMasterContext
Properties
|
Name |
Description |
|
ApplicationGroupId
|
Gets the ID of the application group ID in the current context, or null (Nothing in Visual Basic) if not applicable.
|
|
ApplicationId
|
Gets the ID of the application in the current context, or null (Nothing in Visual Basic) if not applicable.
|
|
BuildNumber
|
Gets the build number in the current context, or null (Nothing in Visual Basic) if not applicable.
|
|
DeployableId
|
Gets the ID of the deployable in the current context, or null (Nothing in Visual Basic) if not applicable.
|
|
EnvironmentId
|
Gets the ID of the environment in the current context, or null (Nothing in Visual Basic) if not applicable.
|
|
ExecutionId
|
Gets the ID of the execution in the current context, or null (Nothing in Visual Basic) if not applicable.
|
|
PromotionId
|
Gets the ID of the promotion int the current context, or null (Nothing in Visual Basic) if not applicable.
|
|
ReleaseNumber
|
Gets the release number in the current context, or null (Nothing in Visual Basic) if not applicable.
|
|
ServerId
|
Gets the ID of the server in the current context, or null (Nothing in Visual Basic) if not applicable.
|
|
ServerRoleId
|
Gets the ID of the server role in the current context, or null (Nothing in Visual Basic) if not applicable.
|