BuildMaster SDK Reference
Version:

IReleaseManager Interface

Implemented by an IssueTrackerConnectionBase to indicate that the issue tracker supports creating and closing releases.

Inheritance Hierarchy

  • Inedo.BuildMaster.Extensibility.IssueTrackerConnections.IReleaseManager

Syntax

public interface IReleaseManager

Methods

Name Description
CreateRelease(IssueTrackerConnectionContext context)

Creates the release specified by the current context in the issue tracker.

DeployRelease(IssueTrackerConnectionContext context)

Closes the release specified by the current context in the issue tracker.