()
| 26 | |
| 27 | // String representation of the watermark. |
| 28 | toString() { |
| 29 | // Replace {workflow} and {run} placeholders in label with actual values. |
| 30 | return `} "${this.title}")`; |
| 31 | } |
| 32 | |
| 33 | get title() { |
| 34 | let title = `CML watermark ${this.label}`.trim(); |
no test coverage detected