Sha256: 26ab90dcb2c4157d42bdd6a29290767419488b0bf1ff74c85b1339c1950afb9b

Contents?: true

Size: 635 Bytes

Versions: 5

Compression:

Stored size: 635 Bytes

Contents

# SwaggyJenkinsClient::ComputerSet

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **_class** | **String** |  | [optional] |
| **busy_executors** | **Integer** |  | [optional] |
| **computer** | [**Array<HudsonMasterComputer>**](HudsonMasterComputer.md) |  | [optional] |
| **display_name** | **String** |  | [optional] |
| **total_executors** | **Integer** |  | [optional] |

## Example

```ruby
require 'swaggy_jenkins'

instance = SwaggyJenkinsClient::ComputerSet.new(
  _class: null,
  busy_executors: null,
  computer: null,
  display_name: null,
  total_executors: null
)
```

Version data entries

5 entries across 5 versions & 1 rubygems

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