Sha256: f6a0eb31c84b12bb68f7428a253092188155d011334d4ae416b2488994fb55ce

Contents?: true

Size: 882 Bytes

Versions: 5

Compression:

Stored size: 882 Bytes

Contents

# SwaggyJenkinsClient::PipelineStepImpl

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **_class** | **String** |  | [optional] |
| **_links** | [**PipelineStepImpllinks**](PipelineStepImpllinks.md) |  | [optional] |
| **display_name** | **String** |  | [optional] |
| **duration_in_millis** | **Integer** |  | [optional] |
| **id** | **String** |  | [optional] |
| **input** | [**InputStepImpl**](InputStepImpl.md) |  | [optional] |
| **result** | **String** |  | [optional] |
| **start_time** | **String** |  | [optional] |
| **state** | **String** |  | [optional] |

## Example

```ruby
require 'swaggy_jenkins'

instance = SwaggyJenkinsClient::PipelineStepImpl.new(
  _class: null,
  _links: null,
  display_name: null,
  duration_in_millis: null,
  id: null,
  input: null,
  result: null,
  start_time: null,
  state: null
)
```

Version data entries

5 entries across 5 versions & 1 rubygems

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