Sha256: 57f3e5dc48100f049ad6b2b9991ce2f1fa47e4b6387aac9c476a3391e0de1d2d

Contents?: true

Size: 594 Bytes

Versions: 5

Compression:

Stored size: 594 Bytes

Contents

# SwaggyJenkinsClient::FreeStyleProjecthealthReport

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **description** | **String** |  | [optional] |
| **icon_class_name** | **String** |  | [optional] |
| **icon_url** | **String** |  | [optional] |
| **score** | **Integer** |  | [optional] |
| **_class** | **String** |  | [optional] |

## Example

```ruby
require 'swaggy_jenkins'

instance = SwaggyJenkinsClient::FreeStyleProjecthealthReport.new(
  description: null,
  icon_class_name: null,
  icon_url: null,
  score: null,
  _class: null
)
```

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
swaggy_jenkins-3.0.1 docs/FreeStyleProjecthealthReport.md
swaggy_jenkins-2.0.1.pre.pre.0 docs/FreeStyleProjecthealthReport.md
swaggy_jenkins-2.0.0 docs/FreeStyleProjecthealthReport.md
swaggy_jenkins-1.5.0 docs/FreeStyleProjecthealthReport.md
swaggy_jenkins-1.3.0 docs/FreeStyleProjecthealthReport.md