Uses of Class
jetbrains.buildServer.UserChangeInfo
-
Packages that use UserChangeInfo Package Description jetbrains.buildServer jetbrains.buildServer.serverSide.impl jetbrains.buildServer.serverSide.userChanges -
-
Uses of UserChangeInfo in jetbrains.buildServer
Methods in jetbrains.buildServer that return types with arguments of type UserChangeInfo Modifier and Type Method Description List<UserChangeInfo>
TeamServerSummary. getChanges()
Returns changes calculated according to policy.List<UserChangeInfo>
TeamServerSummary. getPersonalChanges()
Returns list of all user personal changes.Methods in jetbrains.buildServer with parameters of type UserChangeInfo Modifier and Type Method Description int
UserChangeInfo. compareTo(UserChangeInfo o)
static UserChangeInfoData
UserChangeInfoData. createOn(UserChangeInfo info, DataFactory factory, User user)
Method parameters in jetbrains.buildServer with type arguments of type UserChangeInfo Modifier and Type Method Description static List<UserChangeInfoData>
UserChangeInfoData. createListOn(List<UserChangeInfo> changes, DataFactory factory, User user)
-
Uses of UserChangeInfo in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl that return UserChangeInfo Modifier and Type Method Description UserChangeInfo
UserChangesFacadeImpl. createUserChangeInfo(SVcsModification modification)
Methods in jetbrains.buildServer.serverSide.impl that return types with arguments of type UserChangeInfo Modifier and Type Method Description List<UserChangeInfo>
UserChangesFacadeImpl. createUserChangeInfo(List<ChangeStatus> changeStatuses)
List<UserChangeInfo>
UserChangesFacadeImpl. getPersonalChanges(long userId)
-
Uses of UserChangeInfo in jetbrains.buildServer.serverSide.userChanges
Methods in jetbrains.buildServer.serverSide.userChanges that return UserChangeInfo Modifier and Type Method Description UserChangeInfo
UserChangesFacade. createUserChangeInfo(SVcsModification modification)
Methods in jetbrains.buildServer.serverSide.userChanges that return types with arguments of type UserChangeInfo Modifier and Type Method Description List<UserChangeInfo>
UserChangesFacade. createUserChangeInfo(List<ChangeStatus> changeStatuses)
List<UserChangeInfo>
UserChangesFacade. getPersonalChanges(long userId)
Returns all user personal changes.
-