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.
|
Methods
Name | Value | Summary |
---|---|---|
Activate |
void |
Activates a branch/participant in the sequence diagram
|
ApplyTag |
void |
Appends applying a tag to the specified
branch/participant to the sequence diagram
|
BranchTo |
void |
Appends branching from a branch to another branch, @as
can override the participant name
|
BranchToFromTag |
void |
Appends branching from a tag to a specified branch to
the sequence diagram
|
Deactivate |
void |
Deactivates a branch/participant in the sequence diagram
|
Destroy |
void |
Destroys a branch/participant in the sequence diagram
|
Divider |
void |
Appends a divider with specified text to the sequence
diagram
|
End |
void |
Ends the sequence diagram
|
GetDiagram |
string |
returns the plantUML representation of the Sequence
Diagram
|
MakeACommit |
void |
Appends a commit on the target participant/branch to the
sequence diagram
|
Merge |
void |
Append a merge to the sequence diagram
|
NoteOver |
void |
Appends a note over one or many participants to the
sequence diagram
|
Participant |
void |
Creates a participant in the sequence diagram
|
Extension Methods
Name | Value | Summary |
---|---|---|
NotNull |
T |
From
CommonExtensions
|