• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

thatJavaNerd / JRAW / 547
82%

Build:
DEFAULT BRANCH: master
Ran 23 May 2015 06:20PM UTC
Jobs 1
Files 112
Run time 5s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
547

push

travis-ci

thatJavaNerd
Beginnings of the fluent API

This API is designed for ease of use. The current API is not very simple and
this commit attempts to address that.

This new API is based heavily on stevenroose/dart-reddit.

It is now possible to do things like this:

    RedditClient reddit = // whatever
    // authenticate the client
    FluentRedditClient fluent = new FluentRedditClient(reddit);
    Listing<Submission> frontPage = fluent.frontPage()
                                             .top(TimePeriod.DAY)
                                             .limit(10)
                                             .fetch();

2682 of 3170 relevant lines covered (84.61%)

0.85 hits per line

Jobs
ID Job ID Ran Files Coverage
1 547.1 23 May 2015 06:20PM UTC 0
84.61
Travis Job 547.1
Source Files on build 547
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #547
  • 277f4b09 on github
  • Prev Build on master (#546)
  • Next Build on master (#548)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc