We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2530997 commit c596050Copy full SHA for c596050
jenkins-client/src/main/java/com/offbytwo/jenkins/model/Build.java
@@ -109,7 +109,7 @@ public BuildWithDetails details() throws IOException {
109
* This is to get the information about {@link TestReport}
110
* for a Maven Job type.
111
* @return {@link TestReport}
112
- * @throws IOException in casae of an error.
+ * @throws IOException in case of an error.
113
*/
114
public TestReport getTestReport() throws IOException {
115
return client.get(this.getUrl() + "/testReport/?depth=1", TestReport.class);
0 commit comments