Commit Graph

17 Commits

Author SHA1 Message Date
Andrew Gaul 08b9982384 Enforce modifier order via Checkstyle
Also fix violations, via:

find -name \*.java | xargs sed -i 's/final static/static final/'
find -name \*.java | xargs sed -i 's/static private/private static/'
find -name \*.java | xargs sed -i 's/static abstract/abstract static/'
2012-11-01 20:01:30 -07:00
Aled Sage 09425f4f69 Version upgrades
- gson from 2.2 to 2.2.2
- guava from 13.0 to 13.0.1
- rocoto from 6.1 to 6.2
- log4j from 1.2.16 to 1.2.17
- log back from 1.0.0 to 1.0.7
- httpclient from 4.1.3 to 4.2.2
- netty from 3.3.1 to 3.5.9
- slf4j from 1.6.4 to 1.7.2
- testing from various to 6.8
- jetty from 8.1.1 to 8.1.7
- snakeyaml from 1.10 to 1.11
2012-10-29 13:00:44 +00:00
Adrian Cole 28d766b9df bumped to 1.6.0-SNAPSHOT 2012-09-17 01:43:52 -07:00
Adrian Cole 180265fe49 Issue 1022:Move naming convention to Api from Client or Services:: glesys jenkins openstack-* opsource-servers savvis-symphonyvpdc cloudwatch cloudidentity rackspace-cloudidentity aws-cloudwatch rackspace-cloudservers-us hpcloud-compute rackspace-cloudservers-us trystack-nova 2012-07-15 15:00:42 -07:00
Adrian Cole 05fd64af44 cleaned up http builders and expect tests 2012-07-15 01:50:38 -07:00
Andrea Turli 2400d9d826 jenkins api: added lastBuil api 2012-07-11 16:17:01 +02:00
Ioannis Canellos b078adc3ce Removed fragments and dynamic imports. Added centralized control of the maven-bundle-plugin. 2012-06-03 19:41:54 +03:00
Andrea Turli 96c98be9fd jenkins api: multimaps.for(map) 2012-05-02 09:25:01 +02:00
Andrea Turli fd7c8c06a2 jenkins api: buildWithParameters added 2012-05-01 22:15:45 +02:00
Andrea Turli 9069ad7136 jenkins lab: added build command to JobClient + Tests 2012-04-25 18:17:05 +02:00
Adrian Cole a03565003f added get job 2012-04-24 23:36:06 -07:00
Adrian Cole 5ee2cf6748 added node command to get master 2012-04-24 23:21:14 -07:00
Adrian Cole 9884d04c2e removed extra create job method 2012-04-24 22:40:58 -07:00
Adrian Cole a1ff6f3b59 easier param when job xml is already a string 2012-04-24 21:53:32 -07:00
Adrian Cole d83ce9c154 added create/delete job 2012-04-24 21:07:19 -07:00
Adrian Cole 559a37ceff master is not accessible via getComputer 2012-04-24 11:51:20 -07:00
Adrian Cole 96b9e8c8b0 Issue 907: initial jenkins api 2012-04-24 10:54:03 -07:00