Sha256: 17ebf38e8f7156e5547f53e51bc588d14721756ef5f5fddc3a769c72fe97afd3

Contents?: true

Size: 900 Bytes

Versions: 5

Compression:

Stored size: 900 Bytes

Contents

# SwaggyJenkinsClient::PipelineImpl

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **_class** | **String** |  | [optional] |
| **display_name** | **String** |  | [optional] |
| **estimated_duration_in_millis** | **Integer** |  | [optional] |
| **full_name** | **String** |  | [optional] |
| **latest_run** | **String** |  | [optional] |
| **name** | **String** |  | [optional] |
| **organization** | **String** |  | [optional] |
| **weather_score** | **Integer** |  | [optional] |
| **_links** | [**PipelineImpllinks**](PipelineImpllinks.md) |  | [optional] |

## Example

```ruby
require 'swaggy_jenkins'

instance = SwaggyJenkinsClient::PipelineImpl.new(
  _class: null,
  display_name: null,
  estimated_duration_in_millis: null,
  full_name: null,
  latest_run: null,
  name: null,
  organization: null,
  weather_score: null,
  _links: null
)
```

Version data entries

5 entries across 5 versions & 1 rubygems

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