Sha256: 3a1973104df2b35cdc6270b5d1345e72d98a35e46807a3c81f50f33bef41a9db

Contents?: true

Size: 832 Bytes

Versions: 5

Compression:

Stored size: 832 Bytes

Contents

# SwaggyJenkinsClient::Pipeline

## Properties

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

## Example

```ruby
require 'swaggy_jenkins'

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

Version data entries

5 entries across 5 versions & 1 rubygems

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