Skip to content

Commit f2a1107

Browse files
committed
Improved ReleaseNotes.
1 parent 6f54d6c commit f2a1107

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

ReleaseNotes.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,16 @@
5656
`JobWithDetails`, `MavenJobWithDetails`, `MavenModule`, `MavenModuleRecord`,
5757
`PluginManager`
5858

59+
[Fixed issue 179][issue-179]
60+
61+
The `getTestReport` has been moved up from `MavenBuild` into
62+
`Build` class. This makes the `TestReport` accessible
63+
from any kind of build and not only from a Maven build.
64+
5965
[Fixed issue 174][issue-174]
6066

61-
jenkins.getComputerSet().getComputer() produced an error.
62-
Changed getComputer() into getComputers() cause it returns
67+
`jenkins.getComputerSet().getComputer()` produced an error.
68+
Changed `getComputer()` into `getComputers()` cause it returns
6369
a list an not only a single computer.
6470
Based on the above problem the `Executor` needed to be changed to
6571
represent the correct data which is being returned.
@@ -579,6 +585,7 @@ TestReport testReport = mavenJob.getLastSuccessfulBuild().getTestReport();
579585
[issue-172]: https://github.com/jenkinsci/java-client-api/issues/172
580586
[issue-174]: https://github.com/jenkinsci/java-client-api/issues/174
581587
[issue-176]: https://github.com/jenkinsci/java-client-api/issues/176
588+
[issue-179]: https://github.com/jenkinsci/java-client-api/issues/179
582589
[pull-123]: https://github.com/jenkinsci/java-client-api/pull/123
583590
[pull-149]: https://github.com/jenkinsci/java-client-api/pull/149
584591
[pull-158]: https://github.com/jenkinsci/java-client-api/pull/158

0 commit comments

Comments
 (0)