diff options
author | Tomasz Maczukin <tomasz@maczukin.pl> | 2015-12-24 19:05:57 +0100 |
---|---|---|
committer | Tomasz Maczukin <tomasz@maczukin.pl> | 2015-12-24 19:11:30 +0100 |
commit | f4e7a8893d71bcbc92a5ecd16c95593f17d1ddf5 (patch) | |
tree | 9a2f516bac071e76ce8fd8a1df5b80f0cefbf334 /lib/api/api.rb | |
parent | 835333c42609e85ca002816976522b4096863bf7 (diff) | |
download | gitlab-ce-f4e7a8893d71bcbc92a5ecd16c95593f17d1ddf5.tar.gz |
Add builds API (listing, showing trace)
Diffstat (limited to 'lib/api/api.rb')
-rw-r--r-- | lib/api/api.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/api/api.rb b/lib/api/api.rb index 7834262d612..266b5f48f8f 100644 --- a/lib/api/api.rb +++ b/lib/api/api.rb @@ -54,5 +54,7 @@ module API mount Keys mount Tags mount Triggers + + mount Builds end end |