BuildMaster SDK Reference
Version:

IUpdatingProvider Interface

Indicates that a IssueTrackingProviderBase can update issues.

Inheritance Hierarchy

  • Inedo.BuildMaster.Extensibility.Providers.IssueTracking.IUpdatingProvider

Syntax

public interface IUpdatingProvider

Properties

Name Description
CanAppendIssueDescriptions

Gets a value indicating whether an issue's description can be appended to.

CanChangeIssueStatuses

Gets a value indicating whether an issue's status can be changed.

CanCloseIssues

Gets a value indicating whether an issue can be closed.

Methods

Name Description
AppendIssueDescription(string issueId, string textToAppend)

Appends the specified text to the specified issue.

ChangeIssueStatus(string issueId, string newStatus)

Changes the specified issue's status.

CloseIssue(string issueId)

Closes the specified issue.