BuildMaster SDK Reference
Version:

IssueTrackerConnectionBase Class

Represents a connection to an issue tracker.

Inheritance Hierarchy

Syntax

public class IssueTrackerConnectionBase : Inedo.BuildMaster.Extensibility.Providers.IssueTracking.IssueTrackingProviderBase, System.IDisposable, Inedo.Diagnostics.ILogger

Constructors

Name Description
IssueTrackerConnectionBase

Initializes a new instance of the IssueTrackerConnectionBase class.

Methods

Name Description
EnumerateIssues(IssueTrackerConnectionContext context)

Returns a sequence of all of the issues in the specified context.

GetDefaultApplicationConfiguration(int applicationId)

Returns the default instance of the issue tracker connection's IssueTrackerApplicationConfigurationBase instance which controls how application-level filtering is performed.

GetDescription

Returns a friendly description of the issue tracker connection and its relevant settings.

ToString

Returns a string representation of the issue tracker.

Remarks

This is the preferred base class for issue tracking integration.