@@ -21,7 +21,7 @@ discard block |
||
| 21 | 21 | protected $actions; |
| 22 | 22 | |
| 23 | 23 | /** |
| 24 | - * @param array $data |
|
| 24 | + * @param \stdClass $data |
|
| 25 | 25 | */ |
| 26 | 26 | public function __construct(StdClass $data) |
| 27 | 27 | { |
@@ -32,6 +32,9 @@ discard block |
||
| 32 | 32 | $this->status = new BuildStatus($data->result); |
| 33 | 33 | } |
| 34 | 34 | |
| 35 | + /** |
|
| 36 | + * @return string |
|
| 37 | + */ |
|
| 35 | 38 | public function getDisplayName() |
| 36 | 39 | { |
| 37 | 40 | return $this->displayName; |