Histories Class

Summary

A container for build histories that you want to show on the readme
Assembly
Rocket.Surgery.Nuke.dll
Namespace
Rocket.Surgery.Nuke.Readme
Interfaces
Base Types
  • Object
graph BT Type-->Base0["Object"] Type-.->Interface0["IReadmeSection"] click Interface0 "/api/Rocket.Surgery.Nuke.Readme/IReadmeSection" Type["Histories"] class Type type-node

Syntax

public class Histories : IReadmeSection

Attributes

Type Description
NullableContextAttribute
NullableAttribute
PublicAPIAttribute

Constructors

Name Summary
Histories()

Properties

Name Value Summary
ConfigKey string
The configuration key, if you expect to get configuration from the yaml block.
Name string
The name of the section

Methods

Name Value Summary
Add(IHistorySection) Histories
Adds a new history section
Process(IDictionary<string, object>, IMarkdownReferences, IRocketBoosterBuild) string
Returns the markdown that will produce the badge

Extension Methods