Uses of Class
jetbrains.buildServer.serverSide.userChanges.PersonalChangeDescriptor
-
-
Uses of PersonalChangeDescriptor in jetbrains.buildServer
Methods in jetbrains.buildServer that return PersonalChangeDescriptor Modifier and Type Method Description PersonalChangeDescriptor
UserChangeInfo. getPersonalChangeDescriptor()
Info about personal change and its statusPersonalChangeDescriptor
UserChangeInfoData. getPersonalDesc()
Constructors in jetbrains.buildServer with parameters of type PersonalChangeDescriptor Constructor Description UserChangeInfo(VcsModification modification, List<Long> usersId, PersonalChangeDescriptor personalChangeDescriptor)
Construct the object in initial state.UserChangeInfoData(VcsModificationData modificationData, List<Long> userIds, PersonalChangeDescriptor desc, UserChangeStatus status)
-
Uses of PersonalChangeDescriptor in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl that return PersonalChangeDescriptor Modifier and Type Method Description PersonalChangeDescriptor
MockVcsModification. getPersonalChangeInfo()
-
Uses of PersonalChangeDescriptor in jetbrains.buildServer.serverSide.userChanges
Subclasses of PersonalChangeDescriptor in jetbrains.buildServer.serverSide.userChanges Modifier and Type Class Description class
PersonalChangeInfo
Provides whole information about personal changeConstructors in jetbrains.buildServer.serverSide.userChanges with parameters of type PersonalChangeDescriptor Constructor Description PersonalChangeDescriptor(PersonalChangeDescriptor descriptor)
Copying constructor. -
Uses of PersonalChangeDescriptor in jetbrains.buildServer.vcs
Methods in jetbrains.buildServer.vcs that return PersonalChangeDescriptor Modifier and Type Method Description PersonalChangeDescriptor
SVcsModification. getPersonalChangeInfo()
For personal changes, returns personal change information details. -
Uses of PersonalChangeDescriptor in jetbrains.buildServer.vcs.impl
Methods in jetbrains.buildServer.vcs.impl that return PersonalChangeDescriptor Modifier and Type Method Description PersonalChangeDescriptor
AbstractVcsModification. getPersonalChangeInfo()
-