Summary
Gets a value indicating whether the build was triggered.
- Namespace
- Cake
.Common .Build .GitLabCI .Data - Containing Type
- GitLabCIBuildInfo
Syntax
public bool Triggered { get; }
Value
Type | Description |
---|---|
bool |
True if the build was triggered, otherwise false .
|