Uses of Class
jetbrains.buildServer.UserChangeInfo.BuildTypeChangeStatus
-
Packages that use UserChangeInfo.BuildTypeChangeStatus Package Description jetbrains.buildServer -
-
Uses of UserChangeInfo.BuildTypeChangeStatus in jetbrains.buildServer
Methods in jetbrains.buildServer that return UserChangeInfo.BuildTypeChangeStatus Modifier and Type Method Description UserChangeInfo.BuildTypeChangeStatus
UserChangeInfo. getDetails(BuildType buildType)
Returns details object which describes status of the change in this particular build configuration.Methods in jetbrains.buildServer that return types with arguments of type UserChangeInfo.BuildTypeChangeStatus Modifier and Type Method Description Map<BuildType,UserChangeInfo.BuildTypeChangeStatus>
UserChangeInfo. getDetailsMap()
Returns a map from build configuration to the details object which describes status of the change in this particular build configuration.
-