Uses of Class
jetbrains.buildServer.UserChangeInfoData
-
Packages that use UserChangeInfoData Package Description jetbrains.buildServer -
-
Uses of UserChangeInfoData in jetbrains.buildServer
Methods in jetbrains.buildServer that return UserChangeInfoData Modifier and Type Method Description static UserChangeInfoData
UserChangeInfoData. createOn(UserChangeInfo info, DataFactory factory, User user)
Methods in jetbrains.buildServer that return types with arguments of type UserChangeInfoData Modifier and Type Method Description static List<UserChangeInfoData>
UserChangeInfoData. createListOn(List<UserChangeInfo> changes, DataFactory factory, User user)
List<UserChangeInfoData>
TeamServerSummaryData. getChanges()
List<UserChangeInfoData>
TeamServerSummaryData. getPersonalChanges()
-