BuildMaster SDK Reference
Version:

IssueTrackerCategory Class

Represents a categorization of issues in an issue tracking system.

Inheritance Hierarchy

  • object
    • Inedo.BuildMaster.Extensibility.Providers.IssueTracking.IssueTrackerCategory

Syntax

public class IssueTrackerCategory

Constructors

Name Description
IssueTrackerCategory

Initializes a new instance of the IssueTrackerCategory class.

IssueTrackerCategory(string categoryId, string categoryName)

Initializes a new instance of the IssueTrackerCategory class.

IssueTrackerCategory(string categoryId, string categoryName, IssueTrackerCategory[] subcategories)

Initializes a new instance of the IssueTrackerCategory class.

Properties

Name Description
CategoryId

Gets a string that uniquely identifies the category.

CategoryName

Gets a string that is displayed to the user as the category name.

Subcategories

Gets subcategories that are part of this category.