A java client for Sauce OnDemand's REST API. This supercedes the old sauce-rest-api.
Using this client you can update Job info, including pass/fail status and other information supported.
http://saucelabs.com/docs/sauce-ondemand#alternative-annotation-methods
Examples in https://github.com/saucelabs/saucerest-java/blob/master/src/main/java/ExampleUsage.java
Maven:
<dependencies>
<dependency>
<groupId>com.saucelabs</groupId>
<artifactId>saucerest</artifactId>
<version>1.0.17</version>
<scope>test</scope>
</dependency>
</dependencies
Note: The latest version can always be found in the repository.