You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/JobsApi.md
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -761,7 +761,8 @@ opts = {
761
761
per_page:25, # Integer | Limit on the number of objects to be returned, between 1 and 100. 25 by default
762
762
owned_by:'abcd1234cdef1234abcd1234cdef1234', # String | filter by user owning job
763
763
assigned_to:'abcd1234cdef1234abcd1234cdef1234', # String | filter by user assigned to job
764
-
state:'completed'# String | filter by state of job Valid states are <code>draft</code>, <code>in_progress</code>, <code>completed</code>
764
+
state:'completed', # String | filter by state of job; valid states are: <code>draft</code>, <code>in_progress</code>, <code>completed</code>
765
+
updated_since:'2013-02-21T00:00:00.000Z'# String | filter by jobs updated since given date
765
766
}
766
767
767
768
begin
@@ -784,7 +785,8 @@ Name | Type | Description | Notes
784
785
**per_page** | **Integer**| Limit on the number of objects to be returned, between 1 and 100. 25 by default | [optional]
785
786
**owned_by** | **String**| filter by user owning job | [optional]
786
787
**assigned_to** | **String**| filter by user assigned to job | [optional]
787
-
**state** | **String**| filter by state of job Valid states are <code>draft</code>, <code>in_progress</code>, <code>completed</code> | [optional]
788
+
**state** | **String**| filter by state of job; valid states are: <code>draft</code>, <code>in_progress</code>, <code>completed</code> | [optional]
789
+
**updated_since** | **String**| filter by jobs updated since given date | [optional]
**per_page** | **Integer**| Limit on the number of objects to be returned, between 1 and 100. 25 by default | [optional]
857
-
**branch** | **String**| specify the branch to use | [optional]
860
+
**branch** | **String**| Branch to use | [optional]
858
861
**owned_by** | **String**| filter by user owning job | [optional]
859
862
**assigned_to** | **String**| filter by user assigned to job | [optional]
860
-
**state** | **String**| filter by state of job Valid states are <code>draft</code>, <code>in_progress</code>, <code>completed</code> | [optional]
863
+
**state** | **String**| filter by state of job; valid states are: <code>draft</code>, <code>in_progress</code>, <code>completed</code> | [optional]
864
+
**updated_since** | **String**| filter by jobs updated since given date | [optional]
# @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default
863
863
# @option opts [String] :owned_by filter by user owning job
864
864
# @option opts [String] :assigned_to filter by user assigned to job
865
-
# @option opts [String] :state filter by state of job Valid states are <code>draft</code>, <code>in_progress</code>, <code>completed</code>
865
+
# @option opts [String] :state filter by state of job; valid states are: <code>draft</code>, <code>in_progress</code>, <code>completed</code>
866
+
# @option opts [String] :updated_since filter by jobs updated since given date
# @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default
879
880
# @option opts [String] :owned_by filter by user owning job
880
881
# @option opts [String] :assigned_to filter by user assigned to job
881
-
# @option opts [String] :state filter by state of job Valid states are <code>draft</code>, <code>in_progress</code>, <code>completed</code>
882
+
# @option opts [String] :state filter by state of job; valid states are: <code>draft</code>, <code>in_progress</code>, <code>completed</code>
883
+
# @option opts [String] :updated_since filter by jobs updated since given date
882
884
# @return [Array<(Response<(Array<Job>)>, Integer, Hash)>] Response<(Array<Job>)> data, response status code and response headers
# @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default
944
-
# @option opts [String] :branch specify the branch to use
947
+
# @option opts [String] :branch Branch to use
945
948
# @option opts [String] :owned_by filter by user owning job
946
949
# @option opts [String] :assigned_to filter by user assigned to job
947
-
# @option opts [String] :state filter by state of job Valid states are <code>draft</code>, <code>in_progress</code>, <code>completed</code>
950
+
# @option opts [String] :state filter by state of job; valid states are: <code>draft</code>, <code>in_progress</code>, <code>completed</code>
951
+
# @option opts [String] :updated_since filter by jobs updated since given date
# @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default
961
-
# @option opts [String] :branch specify the branch to use
965
+
# @option opts [String] :branch Branch to use
962
966
# @option opts [String] :owned_by filter by user owning job
963
967
# @option opts [String] :assigned_to filter by user assigned to job
964
-
# @option opts [String] :state filter by state of job Valid states are <code>draft</code>, <code>in_progress</code>, <code>completed</code>
968
+
# @option opts [String] :state filter by state of job; valid states are: <code>draft</code>, <code>in_progress</code>, <code>completed</code>
969
+
# @option opts [String] :updated_since filter by jobs updated since given date
965
970
# @return [Array<(Response<(Array<Job>)>, Integer, Hash)>] Response<(Array<Job>)> data, response status code and response headers
Copy file name to clipboardExpand all lines: spec/api/jobs_api_spec.rb
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -194,7 +194,8 @@
194
194
# @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default
195
195
# @option opts [String] :owned_by filter by user owning job
196
196
# @option opts [String] :assigned_to filter by user assigned to job
197
-
# @option opts [String] :state filter by state of job Valid states are <code>draft</code>, <code>in_progress</code>, <code>completed</code>
197
+
# @option opts [String] :state filter by state of job; valid states are: <code>draft</code>, <code>in_progress</code>, <code>completed</code>
198
+
# @option opts [String] :updated_since filter by jobs updated since given date
# @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default
213
-
# @option opts [String] :branch specify the branch to use
214
+
# @option opts [String] :branch Branch to use
214
215
# @option opts [String] :owned_by filter by user owning job
215
216
# @option opts [String] :assigned_to filter by user assigned to job
216
-
# @option opts [String] :state filter by state of job Valid states are <code>draft</code>, <code>in_progress</code>, <code>completed</code>
217
+
# @option opts [String] :state filter by state of job; valid states are: <code>draft</code>, <code>in_progress</code>, <code>completed</code>
218
+
# @option opts [String] :updated_since filter by jobs updated since given date
0 commit comments