BuildMaster SDK Reference
Version:
DeployRelease(IssueTrackerConnectionContext context) Method
Closes the release specified by the current context in the issue tracker.
Syntax
public
abstract
void DeployRelease(IssueTrackerConnectionContext context)
Parameters
- context
- Type: IssueTrackerConnectionContext
The current issue tracker context.
Exceptions
System.ArgumentNullException
|
context is null (Nothing in Visual Basic).
|