Sha256: e82669f8f56e635083c5510b2d6c4fd7940b331530dbcf0d15d65bfedb09935b

Contents?: true

Size: 739 Bytes

Versions: 5

Compression:

Stored size: 739 Bytes

Contents

# SwaggyJenkinsClient::PipelineFolderImpl

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **_class** | **String** |  | [optional] |
| **display_name** | **String** |  | [optional] |
| **full_name** | **String** |  | [optional] |
| **name** | **String** |  | [optional] |
| **organization** | **String** |  | [optional] |
| **number_of_folders** | **Integer** |  | [optional] |
| **number_of_pipelines** | **Integer** |  | [optional] |

## Example

```ruby
require 'swaggy_jenkins'

instance = SwaggyJenkinsClient::PipelineFolderImpl.new(
  _class: null,
  display_name: null,
  full_name: null,
  name: null,
  organization: null,
  number_of_folders: null,
  number_of_pipelines: null
)
```

Version data entries

5 entries across 5 versions & 1 rubygems

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