()
| 60 | } |
| 61 | |
| 62 | @Override |
| 63 | public String toString() { |
| 64 | return String.format( |
| 65 | "Build info: version: '%s', revision: '%s'", getReleaseLabel(), getBuildRevision()); |
| 66 | } |
| 67 | |
| 68 | private String read(String propertyName) { |
| 69 | String value = BUILD_PROPERTIES.getProperty(propertyName); |
nothing calls this directly
no test coverage detected