Verifies the integrety of the projects, as builds are executed immediately after a code change was detected. This plan provides no artifiacts (use a nightly build instead).

Build: #475 was successful Changes by Florian Schmaus <flo@geekplace.eu>

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
3 minutes
Labels
None
Agent
Default Agent
Revision
7c9060c32b822587ba9a62e48c84ceddafadce66
Total tests
563
Successful since
#465 ()

Tests

Code commits

Author Commit Message Commit date
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 7c9060c32b822587ba9a62e48c84ceddafadce66 Merge branch '4.2'
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 27808e9e8cc8f212e896c7f8c48e406b9f06755f m Make PingManager use Manager.schedule()
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> ecc53b1bc8eeec40641d0928f1050e530f08d0d2 m Add Manager.schedule(Runnable, long, TimeUnit)
using Smack's scheduled executor service.
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 4f88f23f330c4acb917b4d0821ee4535ce374857 m Make scheduled executor service static
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> cd05d5f5d83386463c9e90ed45fd102463a7c514 m Call schedule() instead of directly invoking the scheduled executor
in AbstractXMPPConnection.