Back to index
Summary
Run userReport to retrieve users activity data.This report produces a list of users based on the applied time filter. If the selected time period is undefined, it selects all users since the license started. A new user entry appears in the report when:
-
The user has logged in the CloudBees CI system in the selected period.
-
The user has committed in the CloudBees CI system in the selected period.
actualParameterArrayoptionalParameters passed as arguments to the report. beginDateStringoptionalStart date. endDateStringoptionalEnd date. filterArrayoptionalA list of zero or more filter criteria definitions used to define objects to find. formatStringoptionalResponse format. Possible values: "csv" , "json" instanceArrayoptionalInstance identifiers. statusStringoptionalUser verification status. Possible values: "UNVERIFIED" , "VERIFIED" toolStringoptionalTool type. Possible values: "cd" , "ci" , "sda" |
Usage
Perl
$cmdr->runUserReport( # optionals );
ectool
ectool runUserReport \ # optionals