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
System.err.println("Exception when calling JobsApi#jobsByAccount");
@@ -980,7 +981,8 @@ Name | Type | Description | Notes
980
981
**perPage** | **Integer**| Limit on the number of objects to be returned, between 1 and 100. 25 by default | [optional]
981
982
**ownedBy** | **String**| filter by user owning job | [optional]
982
983
**assignedTo** | **String**| filter by user assigned to job | [optional]
983
-
**state** | **String**| filter by state of job Valid states are <code>draft</code>, <code>in_progress</code>, <code>completed</code> | [optional]
984
+
**state** | **String**| filter by state of job; valid states are: <code>draft</code>, <code>in_progress</code>, <code>completed</code> | [optional]
985
+
**updatedSince** | **String**| filter by jobs updated since given date | [optional]
984
986
985
987
### Return type
986
988
@@ -1005,7 +1007,7 @@ Name | Type | Description | Notes
**perPage** | **Integer**| Limit on the number of objects to be returned, between 1 and 100. 25 by default | [optional]
1070
-
**branch** | **String**| specify the branch to use | [optional]
1073
+
**branch** | **String**| Branch to use | [optional]
1071
1074
**ownedBy** | **String**| filter by user owning job | [optional]
1072
1075
**assignedTo** | **String**| filter by user assigned to job | [optional]
1073
-
**state** | **String**| filter by state of job Valid states are <code>draft</code>, <code>in_progress</code>, <code>completed</code> | [optional]
1076
+
**state** | **String**| filter by state of job; valid states are: <code>draft</code>, <code>in_progress</code>, <code>completed</code> | [optional]
1077
+
**updatedSince** | **String**| filter by jobs updated since given date | [optional]
0 commit comments