Summary
Gets or sets a value indicating whether the trigger was forced.
- Namespace
- Cake
.Common .Build .GoCD .Data - Containing Type
- GoCDBuildCauseInfo
Syntax
[DataMember(Name = "trigger_forced")]
public bool TriggerForced { get; set; }
Attributes
| Type | Description |
|---|---|
| DataMemberAttribute |
Value
| Type | Description |
|---|---|
| bool |
true if the trigger was forced; otherwise, false.
|
