Greg Schueler
|
2960f59cc8
|
Support v5 executions query
|
2012-09-17 16:17:53 -07:00 |
|
Greg Schueler
|
26f3038bb1
|
Fix issue if history query has no post content
|
2012-08-29 09:07:08 -07:00 |
|
Greg Schueler
|
c86a9a1b6e
|
Support history query v5 additions
|
2012-08-24 15:31:57 -07:00 |
|
connaryscott
|
4d8959a0fa
|
committed changes submitted by dto client
|
2012-08-18 10:35:26 -07:00 |
|
Vincent Behar
|
60a7bf58b3
|
use google's doclava for generating javadoc (better looking look and feel, with search capabilities)
|
2011-08-03 21:55:40 +02:00 |
|
Vincent Behar
|
7af15bb237
|
refactoring the testAuth methods
|
2011-08-01 13:31:37 +02:00 |
|
Vincent Behar
|
05e3b54977
|
start implementation of the token-based authentication
|
2011-07-31 23:05:05 +02:00 |
|
Vincent Behar
|
3b6892e3b7
|
fix javadoc (tag @see)
|
2011-07-31 19:53:18 +02:00 |
|
Vincent Behar
|
a7f2a29c30
|
finish the implementation of the (events) history listing
|
2011-07-31 19:47:12 +02:00 |
|
Vincent Behar
|
e1b8ef0bea
|
start working on the (events) history listing
|
2011-07-29 17:31:14 +02:00 |
|
Vincent Behar
|
8cd155f818
|
javadoc
|
2011-07-29 15:36:34 +02:00 |
|
Vincent Behar
|
d8a5c1ac7d
|
new feature : run/trigger ad-hoc script
|
2011-07-29 15:20:39 +02:00 |
|
Vincent Behar
|
b5f619536b
|
support YAML format when exporting jobs definitions
|
2011-07-28 17:27:40 +02:00 |
|
Vincent Behar
|
57a12e44ad
|
add methods to list job executions with a status provided as String
|
2011-07-28 15:00:27 +02:00 |
|
Vincent Behar
|
2cac570478
|
new feature : import jobs
|
2011-07-28 14:21:44 +02:00 |
|
Vincent Behar
|
10d4792ad0
|
run/trigger ad-hoc commands : implement parameters nodeThreadcount & nodeKeepgoing
|
2011-07-08 16:46:54 +02:00 |
|
Vincent Behar
|
aed16bfe69
|
add new methods to export a single job definition
|
2011-07-08 16:06:46 +02:00 |
|
Vincent Behar
|
fc890dc7a2
|
add support for retrieving rundeck system info
|
2011-07-08 15:36:14 +02:00 |
|
Vincent Behar
|
1594773a79
|
add support for exporting jobs (to file)
|
2011-07-07 17:05:50 +02:00 |
|
Vincent Behar
|
64e0c346d3
|
add support for deleting a job
|
2011-07-07 15:06:46 +02:00 |
|
Vincent Behar
|
01cd512b0b
|
internal refactoring : use a generic parser for list of elements
|
2011-07-06 22:58:09 +02:00 |
|
Vincent Behar
|
28c3eb20ae
|
add support for nodes (resources)
|
2011-07-06 18:25:12 +02:00 |
|
Vincent Behar
|
d6b6ec3405
|
new feature : abort an execution
|
2011-07-06 17:29:48 +02:00 |
|
Vincent Behar
|
59748a2481
|
internal refactoring : use an apiPath builder
|
2011-07-06 16:43:55 +02:00 |
|
Vincent Behar
|
492b31af06
|
move the Builders classes up to the main package
|
2011-07-06 15:02:47 +02:00 |
|
Vincent Behar
|
d0bc76abb8
|
support all options for the /job/ID/executions endpoint
|
2011-07-06 14:58:37 +02:00 |
|
Vincent Behar
|
f31ed28129
|
javadoc
|
2011-07-06 14:08:49 +02:00 |
|
Vincent Behar
|
816c68b08c
|
add license header to all java files
|
2011-07-06 11:56:49 +02:00 |
|
Vincent Behar
|
57115708f2
|
add method for getting all running executions
|
2011-07-06 11:27:49 +02:00 |
|
Vincent Behar
|
c1bed2d58d
|
add mapping for /executions/running
|
2011-07-05 16:06:41 +02:00 |
|
Vincent Behar
|
c8c45a48fc
|
add support for nodeFilters when running a job
|
2011-07-05 15:57:45 +02:00 |
|
Vincent Behar
|
8cb822ce4d
|
fix comments
|
2011-07-05 15:27:33 +02:00 |
|
Vincent Behar
|
bd9fcca724
|
add support for running ad-hoc commands
|
2011-07-05 15:25:44 +02:00 |
|
Vincent Behar
|
48948d4c52
|
add an OptionsBuilder (easier to use in scripts)
|
2011-07-04 17:36:16 +02:00 |
|
Vincent Behar
|
3720fe9d31
|
make sure the RundeckClient is well configured
|
2011-07-04 17:08:22 +02:00 |
|
Vincent Behar
|
0b37e5dc8e
|
add new methods runJob() to trigger a job and wait for its execution to be finished before returning
|
2011-07-04 17:04:45 +02:00 |
|
Vincent Behar
|
fe5f42fa14
|
add a new getJobs() method to get all jobs
|
2011-07-04 15:00:35 +02:00 |
|
Vincent Behar
|
907b0a5e21
|
add helper methods
|
2011-07-03 15:18:28 +02:00 |
|
Vincent Behar
|
8f857a18c6
|
javadoc
|
2011-07-03 13:02:15 +02:00 |
|
Vincent Behar
|
7b06c9278d
|
cleanup
|
2011-07-03 12:54:35 +02:00 |
|
Vincent Behar
|
1dfaa8555a
|
add mappings for /projects and /project/NAME
|
2011-07-01 18:18:26 +02:00 |
|
Vincent Behar
|
d294673b45
|
initial commit
|
2011-07-01 17:13:26 +02:00 |
|