BuildMaster SDK Reference
Version:

ReportFormats Enumeration

Represents the types of report formats for a ReportingActionBase.

Inheritance Hierarchy

  • object
    • System.ValueType
      • System.Enum
        • Inedo.BuildMaster.Extensibility.Actions.Reporting.ReportFormats

Syntax

public enum ReportFormats : System.IComparable, System.IFormattable, System.IConvertible

Fields

Name Description
Html

The report is a single HTML page.

PlainText

The report is a single plain text file.

ZippedHtml

The report is one or more HTML files with associated resources.