()
| 578 | } |
| 579 | |
| 580 | func (p *Pool) RunnerTimeout() uint { |
| 581 | if p.RunnerBootstrapTimeout == 0 { |
| 582 | return appdefaults.DefaultRunnerBootstrapTimeout |
| 583 | } |
| 584 | return p.RunnerBootstrapTimeout |
| 585 | } |
| 586 | |
| 587 | func (p *Pool) PoolType() ForgeEntityType { |
| 588 | switch { |
no outgoing calls
no test coverage detected