Sha256: 6ae81be0e7a8da9451338ed51efcd4d84b568137e725dcf2d98e9ac3a0e40734

Contents?: true

Size: 694 Bytes

Versions: 5

Compression:

Stored size: 694 Bytes

Contents

# SwaggyJenkinsClient::HudsonMasterComputerexecutors

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **current_executable** | [**FreeStyleBuild**](FreeStyleBuild.md) |  | [optional] |
| **idle** | **Boolean** |  | [optional] |
| **likely_stuck** | **Boolean** |  | [optional] |
| **number** | **Integer** |  | [optional] |
| **progress** | **Integer** |  | [optional] |
| **_class** | **String** |  | [optional] |

## Example

```ruby
require 'swaggy_jenkins'

instance = SwaggyJenkinsClient::HudsonMasterComputerexecutors.new(
  current_executable: null,
  idle: null,
  likely_stuck: null,
  number: null,
  progress: null,
  _class: null
)
```

Version data entries

5 entries across 5 versions & 1 rubygems

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