Sha256: 8ec9c4bbb103be1d0e3426a5164e626d65abb6db95c524ee908cbd3f3893d315
Contents?: true
Size: 1.45 KB
Versions: 5
Compression:
Stored size: 1.45 KB
Contents
# SwaggyJenkinsClient::FreeStyleBuild ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **_class** | **String** | | [optional] | | **number** | **Integer** | | [optional] | | **url** | **String** | | [optional] | | **actions** | [**Array<CauseAction>**](CauseAction.md) | | [optional] | | **building** | **Boolean** | | [optional] | | **description** | **String** | | [optional] | | **display_name** | **String** | | [optional] | | **duration** | **Integer** | | [optional] | | **estimated_duration** | **Integer** | | [optional] | | **executor** | **String** | | [optional] | | **full_display_name** | **String** | | [optional] | | **id** | **String** | | [optional] | | **keep_log** | **Boolean** | | [optional] | | **queue_id** | **Integer** | | [optional] | | **result** | **String** | | [optional] | | **timestamp** | **Integer** | | [optional] | | **built_on** | **String** | | [optional] | | **change_set** | [**EmptyChangeLogSet**](EmptyChangeLogSet.md) | | [optional] | ## Example ```ruby require 'swaggy_jenkins' instance = SwaggyJenkinsClient::FreeStyleBuild.new( _class: null, number: null, url: null, actions: null, building: null, description: null, display_name: null, duration: null, estimated_duration: null, executor: null, full_display_name: null, id: null, keep_log: null, queue_id: null, result: null, timestamp: null, built_on: null, change_set: null ) ```
Version data entries
5 entries across 5 versions & 1 rubygems