Uses of Class
jetbrains.buildServer.UserChangeStatus
-
Packages that use UserChangeStatus Package Description jetbrains.buildServer -
-
Uses of UserChangeStatus in jetbrains.buildServer
Methods in jetbrains.buildServer that return UserChangeStatus Modifier and Type Method Description UserChangeStatus
UserChangeInfo. getChangeStatus()
Return status of this change (calculated across all build configurations)UserChangeStatus
UserChangeInfoData. getChangeStatus()
static UserChangeStatus
UserChangeStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static UserChangeStatus[]
UserChangeStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jetbrains.buildServer with parameters of type UserChangeStatus Modifier and Type Method Description void
UserChangeInfo. setChangeStatus(UserChangeStatus changeStatus)
Set status of this change (calculated across all build configurations)Constructors in jetbrains.buildServer with parameters of type UserChangeStatus Constructor Description UserChangeInfoData(VcsModificationData modificationData, List<Long> userIds, PersonalChangeDescriptor desc, UserChangeStatus status)
-