Class LaunchesPerUser
- java.lang.Object
-
- com.epam.ta.reportportal.ws.model.project.LaunchesPerUser
-
public class LaunchesPerUser extends java.lang.ObjectBasic representation of launches information per user for specified project
Current view is:
String:user_id : {String:fullname, Integer:launchesCount}
-
-
Constructor Summary
Constructors Constructor Description LaunchesPerUser()LaunchesPerUser(java.lang.String fullname, java.lang.Integer count)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetFullUsername()java.lang.IntegergetLaunchCount()voidsetFullUsername(java.lang.String value)voidsetLaunchCount(java.lang.Integer value)
-