Documentation
¶
Index ¶
- func MonitorState(state *core.BuildState, numThreads int, ...) bool
- func PrintConnectionMessage(url string, targets []core.BuildLabel, tests, coverage bool)
- func PrintCoverage(state *core.BuildState, includeFiles []string)
- func PrintDisconnectionMessage(success, closed, disconnected bool)
- func PrintLineCoverageReport(state *core.BuildState, includeFiles []string)
- func SetColouredOutput(on bool)
- func SetWindowTitle(title string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MonitorState ¶
func MonitorState(state *core.BuildState, numThreads int, plainOutput, keepGoing, shouldBuild, shouldTest, shouldRun, showStatus bool, traceFile string) bool
MonitorState monitors the build while it's running (essentially until state.Results is closed) and prints output while it's happening.
func PrintConnectionMessage ¶
func PrintConnectionMessage(url