-
-
Notifications
You must be signed in to change notification settings - Fork 469
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
o added methods getJobXml and updateJob with folder parameters. Patch applied of RainerW <[email protected]>
- Loading branch information
1 parent
e759bfd
commit 9ba5525
Showing
2 changed files
with
87 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,18 @@ | |
|
||
### API Changes | ||
|
||
* [Fixed Issue 203][issue-203] with [pull request #204][pull-204] | ||
of RainerW <[email protected]> | ||
|
||
Added methods getJobXml and updateJob with folder parameter. | ||
|
||
```java | ||
public class JenkinsServer { | ||
String getJobXml(FolderJob folder, String jobName); | ||
void updateJob(FolderJob folder, String jobName, String jobXml, boolean crumbFlag); | ||
} | ||
``` | ||
|
||
* [Fixed Issue 207][issue-207] | ||
|
||
Added | ||
|
@@ -705,11 +717,13 @@ TestReport testReport = mavenJob.getLastSuccessfulBuild().getTestReport(); | |
[issue-200]: https://github.com/jenkinsci/java-client-api/issues/200 | ||
[issue-201]: https://github.com/jenkinsci/java-client-api/issues/201 | ||
[issue-202]: https://github.com/jenkinsci/java-client-api/issues/202 | ||
[issue-203]: https://github.com/jenkinsci/java-client-api/issues/203 | ||
[issue-207]: https://github.com/jenkinsci/java-client-api/issues/207 | ||
[pull-123]: https://github.com/jenkinsci/java-client-api/pull/123 | ||
[pull-149]: https://github.com/jenkinsci/java-client-api/pull/149 | ||
[pull-158]: https://github.com/jenkinsci/java-client-api/pull/158 | ||
[pull-163]: https://github.com/jenkinsci/java-client-api/pull/163 | ||
[pull-204]: https://github.com/jenkinsci/java-client-api/pull/204 | ||
[jissue-35002]: https://issues.jenkins-ci.org/browse/JENKINS-35002 | ||
[jissue-35108]: https://issues.jenkins-ci.org/browse/JENKINS-35108 | ||
[jissue-38787]: https://issues.jenkins-ci.org/browse/JENKINS-38787 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters