(options: { logger: bunyan; relativeWorkingDirectory?: string })
| 164 | } |
| 165 | |
| 166 | public stepCtx(options: { logger: bunyan; relativeWorkingDirectory?: string }): BuildStepContext { |
| 167 | return new BuildStepContext(this, options); |
| 168 | } |
| 169 | |
| 170 | public markAsCheckedOut(logger: bunyan): void { |
| 171 | this.didCheckOut = true; |
no outgoing calls
no test coverage detected