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 |
---|---|
Nullable |
|
NullableAttribute | |
PublicAPIAttribute |
Constructors
Name | Summary |
---|---|
Histories |
Properties
Methods
Name | Value | Summary |
---|---|---|
Add |
Histories |
Adds a new history section
|
Process |
string |
Returns the markdown that will produce the badge
|
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|