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 PersonalChangeDescriptorUserChangeInfo. getPersonalChangeDescriptor()Info about personal change and its statusPersonalChangeDescriptorUserChangeInfoData. 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 PersonalChangeDescriptorMockVcsModification. getPersonalChangeInfo() -
Uses of PersonalChangeDescriptor in jetbrains.buildServer.serverSide.userChanges
Subclasses of PersonalChangeDescriptor in jetbrains.buildServer.serverSide.userChanges Modifier and Type Class Description classPersonalChangeInfoProvides 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 PersonalChangeDescriptorSVcsModification. 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 PersonalChangeDescriptorAbstractVcsModification. getPersonalChangeInfo()
-