This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Openshift.
Summary
Gets or sets a value indicating whether to watch its logs until it completes or fails.
- Assembly
- Cake
.Openshift .dll - Namespace
- Cake
.Openshift .StartBuild - Containing Type
- Openshift
Build Starter Settings
Syntax
public bool Follow { get; set; }
Value
Type | Description |
---|---|
bool |
true to watch its logs until it completes or fails; otherwise, false .
|