var timePlugin = PHPCI.UiPlugin.extend({ id: 'build-time', css: 'col-lg-12 col-md-12 col-sm-12 col-xs-12', title: null, box: true, init: function(){ this._super(); }, render: function() { return '
| Build Created | ' + 'Build Started | ' + 'Build Finished | ' + '
|---|---|---|
| ' + PHPCI.buildData.created + ' | ' + '' + PHPCI.buildData.started + ' | ' + '' + PHPCI.buildData.finished + ' | ' + '