SequenceDiagram Class

Summary

Creates an abstraction over a PlantUML Sequence diagram to draw a sequence diagram of a git repository being created
Namespace
GitVersion.Testing
Base Types
  • object
graph BT Type-->Base0["object"] Type["SequenceDiagram"] class Type type-node

Syntax

public class SequenceDiagram

Constructors

Name Summary
SequenceDiagram() Initializes a new instance of the SequenceDiagram class.

Properties

Name Value Summary
DiagramBuilder StringBuilder

Methods

Name Value Summary
Activate(string) void
Activates a branch/participant in the sequence diagram
Deactivate(string) void
Deactivates a branch/participant in the sequence diagram
Destroy(string) void
Destroys a branch/participant in the sequence diagram
Divider(string) void
Appends a divider with specified text to the sequence diagram
NoteOver(string, string, string, string, string) void
Appends a note over one or many participants to the sequence diagram
Participant(string, string) void
Creates a participant in the sequence diagram

Extension Methods

GitHub