BuildMaster SDK Reference
Version:

IContextFilterable Interface

Indicates that a IssueTrackingProviderBase can filter issues by context.

Inheritance Hierarchy

  • Inedo.BuildMaster.Extensibility.Providers.IssueTracking.IContextFilterable

Syntax

public interface IContextFilterable

Methods

Name Description
GetIssues(IGenericBuildMasterContext context)

Returns an array of IssueTrackerIssue objects that are for the current context.

Remarks

When this interface is implemented, BuildMaster will use this interface to retrieve issues instead of using the IssueTrackingProviderBase.GetIssues(string releaseNumber) method on IssueTrackingProviderBase