BuildMaster SDK Reference
Version:

DeprecatedInBuildMasterVersionAttribute Class

Marks an extension or class as deprecated by a specific version of BuildMaster.

Inheritance Hierarchy

  • object
    • System.Attribute
      • Inedo.BuildMaster.Extensibility.DeprecatedInBuildMasterVersionAttribute

Syntax

public class DeprecatedInBuildMasterVersionAttribute : System.Attribute

Constructors

Name Description
DeprecatedInBuildMasterVersionAttribute(string version)

Initializes a new instance of the DeprecatedInBuildMasterVersionAttribute class.

Properties

Name Description
DeprecatedVersion

Gets the version which deprecates the extension or class.

ErrorIfUsed

Gets or sets a value indicating whether the use of this extension or class should be an error or a warning.

Message

Gets or sets a string containing additional information about what to use in place of this.