Sha256: 78f9ac2774f14f4b0b6456adf8ccd0d4cf2e5dc679f461be5d7221795f68060d

Contents?: true

Size: 1.05 KB

Versions: 5

Compression:

Stored size: 1.05 KB

Contents

# SwaggyJenkinsClient::QueueBlockedItem

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **_class** | **String** |  | [optional] |
| **actions** | [**Array<CauseAction>**](CauseAction.md) |  | [optional] |
| **blocked** | **Boolean** |  | [optional] |
| **buildable** | **Boolean** |  | [optional] |
| **id** | **Integer** |  | [optional] |
| **in_queue_since** | **Integer** |  | [optional] |
| **params** | **String** |  | [optional] |
| **stuck** | **Boolean** |  | [optional] |
| **task** | [**FreeStyleProject**](FreeStyleProject.md) |  | [optional] |
| **url** | **String** |  | [optional] |
| **why** | **String** |  | [optional] |
| **buildable_start_milliseconds** | **Integer** |  | [optional] |

## Example

```ruby
require 'swaggy_jenkins'

instance = SwaggyJenkinsClient::QueueBlockedItem.new(
  _class: null,
  actions: null,
  blocked: null,
  buildable: null,
  id: null,
  in_queue_since: null,
  params: null,
  stuck: null,
  task: null,
  url: null,
  why: null,
  buildable_start_milliseconds: null
)
```

Version data entries

5 entries across 5 versions & 1 rubygems

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