Class RestUserList
- java.lang.Object
-
- com.atlassian.bamboo.testutils.backdoor.model.AbstractRestList<RestUser>
-
- com.atlassian.bamboo.testutils.backdoor.model.RestUserList
-
public class RestUserList extends AbstractRestList<RestUser>
-
-
Field Summary
-
Fields inherited from class com.atlassian.bamboo.testutils.backdoor.model.AbstractRestList
maxResult, size, startIndex
-
-
Constructor Summary
Constructors Constructor Description RestUserList()
RestUserList(List<RestUser> users)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<RestUser>
getUsers()
-
Methods inherited from class com.atlassian.bamboo.testutils.backdoor.model.AbstractRestList
getMaxResult, getSize, getStartIndex
-
-