Merge "Add missed call of method deploy()"

This commit is contained in:
Jenkins 2015-04-15 10:19:48 +00:00 committed by Gerrit Code Review
commit fe2cf73514

View File

@ -34,6 +34,12 @@ Methods:
- $._scope: switch($.publish, $ => public, not $ => internal) - $._scope: switch($.publish, $ => public, not $ => internal)
deploy:
Body:
- $.influxDB.deploy()
- $.super($.deploy())
getContainer: getContainer:
Body: Body:
- $influxDbLink: $.getConnectionTo($.influxDB, 8086) - $influxDbLink: $.getConnectionTo($.influxDB, 8086)