Uses of Interface
jetbrains.buildServer.serverSide.problems.BuildProblemInfo
-
-
Uses of BuildProblemInfo in jetbrains.buildServer.notification
Method parameters in jetbrains.buildServer.notification with type arguments of type BuildProblemInfo Modifier and Type Method Description void
NotificationEventAccumulator. buildProblemsUnmuted(MuteInfo muteInfoBeforeUnmute, Collection<BuildProblemInfo> problems, SUser user)
void
NotificationEventAdapter. buildProblemsUnmuted(SUser user, Map<MuteInfo,Collection<BuildProblemInfo>> unmutedGroups)
void
NotificationEventListener. buildProblemsUnmuted(MuteInfo muteInfoBeforeUnmute, Collection<BuildProblemInfo> problems, SUser user)
Called when a set of build problems are unmuted (with same mute properties).void
NotificationProcessor. buildProblemsUnmuted(MuteInfo muteInfoBeforeUnmute, Collection<BuildProblemInfo> problems, SUser user)
Map<String,Object>
TemplateMessageBuilder. getBuildProblemsMutedMap(Collection<BuildProblemInfo> buildProblems, MuteInfo muteInfo, Set<SUser> users)
Map<String,Object>
TemplateMessageBuilder. getBuildProblemsResponsibilityAssignedMap(Collection<BuildProblemInfo> buildProblems, ResponsibilityEntry entry, SProject project, Set<SUser> users)
Map<String,Object>
TemplateMessageBuilder. getBuildProblemsResponsibilityChangedMap(Collection<BuildProblemInfo> buildProblems, ResponsibilityEntry entry, SProject project, Set<SUser> users)
Map<String,Object>
TemplateMessageBuilder. getBuildProblemsUnmutedMap(Collection<BuildProblemInfo> buildProblems, MuteInfo muteInfo, SUser user, Set<SUser> users)
void
Notificator. notifyBuildProblemResponsibleAssigned(Collection<BuildProblemInfo> buildProblems, ResponsibilityEntry entry, SProject project, Set<SUser> users)
Called when responsibility for several build problems is assigned.void
NotificatorAdapter. notifyBuildProblemResponsibleAssigned(Collection<BuildProblemInfo> buildProblems, ResponsibilityEntry entry, SProject project, Set<SUser> users)
void
Notificator. notifyBuildProblemResponsibleChanged(Collection<BuildProblemInfo> buildProblems, ResponsibilityEntry entry, SProject project, Set<SUser> users)
Called when responsibility for several build problems is changed.void
NotificatorAdapter. notifyBuildProblemResponsibleChanged(Collection<BuildProblemInfo> buildProblems, ResponsibilityEntry entry, SProject project, Set<SUser> users)
void
Notificator. notifyBuildProblemsMuted(Collection<BuildProblemInfo> buildProblems, MuteInfo muteInfo, Set<SUser> users)
Called when a set of build problems are muted (with same mute properties).void
NotificatorAdapter. notifyBuildProblemsMuted(Collection<BuildProblemInfo> buildProblems, MuteInfo muteInfo, Set<SUser> users)
void
Notificator. notifyBuildProblemsUnmuted(Collection<BuildProblemInfo> buildProblems, MuteInfo muteInfo, SUser user, Set<SUser> users)
Called when a set of build problems are unmuted (with same mute properties).void
NotificatorAdapter. notifyBuildProblemsUnmuted(Collection<BuildProblemInfo> buildProblems, MuteInfo muteInfo, SUser user, Set<SUser> users)
void
NotificationEventAccumulator. responsibleChanged(SProject project, Collection<BuildProblemInfo> buildProblems, ResponsibilityEntry entry)
void
NotificationEventAdapter. responsibleChanged(SProject project, Collection<BuildProblemInfo> buildProblems, ResponsibilityEntry entry)
void
NotificationEventListener. responsibleChanged(SProject project, Collection<BuildProblemInfo> buildProblems, ResponsibilityEntry entry)
Called when responsibility for several build problems at once is changed.void
NotificationProcessor. responsibleChanged(SProject project, Collection<BuildProblemInfo> buildProblems, ResponsibilityEntry entry)
-
Uses of BuildProblemInfo in jetbrains.buildServer.notification.impl
Method parameters in jetbrains.buildServer.notification.impl with type arguments of type BuildProblemInfo Modifier and Type Method Description void
UserRulesAwareNotificationListener. buildProblemsUnmuted(MuteInfo muteInfoBeforeUnmute, Collection<BuildProblemInfo> problems, SUser user)
void
UserRulesAwareNotificationListener. responsibleChanged(SProject project, Collection<BuildProblemInfo> buildProblems, ResponsibilityEntry entry)
-
Uses of BuildProblemInfo in jetbrains.buildServer.responsibility
Methods in jetbrains.buildServer.responsibility that return BuildProblemInfo Modifier and Type Method Description BuildProblemInfo
BuildProblemResponsibilityEntry. getBuildProblemInfo()
Methods in jetbrains.buildServer.responsibility with parameters of type BuildProblemInfo Modifier and Type Method Description List<BuildProblemResponsibilityEntry>
BuildProblemResponsibilityFacade. findBuildProblemResponsibilities(BuildProblemInfo buildProblem, String projectId)
Returns all responsibility entries for a build problem in the project's treeBuildProblemResponsibilityEntry
BuildProblemResponsibilityFacade. findBuildProblemResponsibility(BuildProblemInfo buildProblem, String projectId)
Returns responsibility entry for a build problem direct in a project, or null if it does not existList<BuildProblemResponsibilityEntry>
BuildProblemResponsibilityFacade. findEffectiveBuildProblemResponsibilities(BuildProblemInfo buildProblem, String projectId)
Returns all responsibility entries for a build problem in the project and it's parentsvoid
BuildProblemResponsibilityFacade. removeBuildProblemResponsibility(BuildProblemInfo buildProblem, String projectId)
Removes responsibility entry associated with specified build problemvoid
BuildProblemResponsibilityFacade. setBuildProblemResponsibility(BuildProblemInfo buildProblem, String projectId, ResponsibilityEntry entry)
Sets the responsibility for build problem in a specified projectMethod parameters in jetbrains.buildServer.responsibility with type arguments of type BuildProblemInfo Modifier and Type Method Description void
BuildProblemResponsibilityFacade. setBuildProblemResponsibility(Collection<BuildProblemInfo> buildProblems, String projectId, ResponsibilityEntry entry)
Sets responsibility for several build problems at once in a specified project.void
BuildProblemResponsibilityFacade. setBuildProblemResponsibility(Collection<BuildProblemInfo> buildProblems, String projectId, ResponsibilityEntry entry, boolean removeResponsibilitiesInChildProjects)
Sets responsibility for several build problems at once in a specified projectvoid
BuildProblemInvestigationsAndMutesManager. submitFixedProblems(Collection<BuildProblemInfo> fixedProblems, SBuild build)
Use this method on a build finish, to submit a collection of problems fixed in the build. -
Uses of BuildProblemInfo in jetbrains.buildServer.responsibility.history
Methods in jetbrains.buildServer.responsibility.history with parameters of type BuildProblemInfo Modifier and Type Method Description void
BuildProblemInvestigationAuditLog. logRemovedBySystem(BuildProblemInfo buildProblemInfo, String removeReasonLogString)
void
BuildProblemInvestigationAuditLog. reportBuildProblem(BuildProblemInfo currentBuildProblem, Map<String,ResponsibilityEntryEx> cleanedUpInvestigations, ResponsibilityEntry newInvestigationEntry)
-
Uses of BuildProblemInfo in jetbrains.buildServer.responsibility.impl
Methods in jetbrains.buildServer.responsibility.impl that return BuildProblemInfo Modifier and Type Method Description BuildProblemInfo
BuildProblemInvestigationImpl. getBuildProblemInfo()
Method parameters in jetbrains.buildServer.responsibility.impl with type arguments of type BuildProblemInfo Modifier and Type Method Description void
ResponsibilityFacadeImpl. setBuildProblemResponsibility(Collection<BuildProblemInfo> buildProblems, String projectId, ResponsibilityEntry entry)
void
ResponsibilityFacadeImpl. setBuildProblemResponsibility(Collection<BuildProblemInfo> buildProblems, String projectId, ResponsibilityEntry entry, boolean removeResponsibilitiesInChildProjects)
void
SecuredResponsibilityFacade. setBuildProblemResponsibility(Collection<BuildProblemInfo> buildProblems, String projectId, ResponsibilityEntry entry)
void
SecuredResponsibilityFacade. setBuildProblemResponsibility(Collection<BuildProblemInfo> buildProblems, String projectId, ResponsibilityEntry entry, boolean removeResponsibilitiesInChildProjects)
-
Uses of BuildProblemInfo in jetbrains.buildServer.responsibility.remover
Method parameters in jetbrains.buildServer.responsibility.remover with type arguments of type BuildProblemInfo Modifier and Type Method Description void
BuildProblemInvestigationsAndMutesManagerImpl. submitFixedProblems(Collection<BuildProblemInfo> fixedProblems, SBuild build)
-
Uses of BuildProblemInfo in jetbrains.buildServer.serverSide
Method parameters in jetbrains.buildServer.serverSide with type arguments of type BuildProblemInfo Modifier and Type Method Description void
BuildServerAdapter. buildProblemsUnmuted(SUser user, Map<MuteInfo,Collection<BuildProblemInfo>> unmutedGroups)
void
BuildServerListener. buildProblemsUnmuted(SUser user, Map<MuteInfo,Collection<BuildProblemInfo>> unmutedGroups)
Called when a set of build problems are unmuted.void
BuildServerAdapter. responsibleChanged(SProject project, Collection<BuildProblemInfo> buildProblems, ResponsibilityEntry entry)
void
BuildServerListener. responsibleChanged(SProject project, Collection<BuildProblemInfo> buildProblems, ResponsibilityEntry entry)
Called when responsibility for several build problems at once is changed.void
BuildServerAdapter. responsibleRemoved(SProject project, Collection<BuildProblemInfo> buildProblems, ResponsibilityEntry entry)
void
BuildServerListener. responsibleRemoved(SProject project, Collection<BuildProblemInfo> buildProblems, ResponsibilityEntry entry)
Called when responsibility for build problems is removed. -
Uses of BuildProblemInfo in jetbrains.buildServer.serverSide.audit
Methods in jetbrains.buildServer.serverSide.audit with parameters of type BuildProblemInfo Modifier and Type Method Description AuditLog
AuditLogFactory. createForBuildProblem(BuildProblemInfo buildProblem)
Returns audit log for build problems -
Uses of BuildProblemInfo in jetbrains.buildServer.serverSide.audit.helpers
Methods in jetbrains.buildServer.serverSide.audit.helpers with parameters of type BuildProblemInfo Modifier and Type Method Description protected String
BuildProblemHelper. doGetLog4jDescription(BuildProblemInfo buildProblem)
protected String
BuildProblemHelper. doGetObjectId(BuildProblemInfo buildProblem)
protected String
BuildProblemHelper. doGetObjectName(BuildProblemInfo object)
-
Uses of BuildProblemInfo in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl with parameters of type BuildProblemInfo Modifier and Type Method Description static String
LogUtil. describe(BuildProblemInfo bpi)
-
Uses of BuildProblemInfo in jetbrains.buildServer.serverSide.impl.audit
Methods in jetbrains.buildServer.serverSide.impl.audit with parameters of type BuildProblemInfo Modifier and Type Method Description AuditLog
AuditLogFactoryImpl. createForBuildProblem(BuildProblemInfo buildProblem)
-
Uses of BuildProblemInfo in jetbrains.buildServer.serverSide.impl.audit.filters
Methods in jetbrains.buildServer.serverSide.impl.audit.filters with parameters of type BuildProblemInfo Modifier and Type Method Description static BuildProblemAuditId
BuildProblemAuditId. fromBuildProblem(BuildProblemInfo buildProblem)
-
Uses of BuildProblemInfo in jetbrains.buildServer.serverSide.impl.problems
Classes in jetbrains.buildServer.serverSide.impl.problems that implement BuildProblemInfo Modifier and Type Class Description class
BuildProblemImpl
Contains build problem details with extended information about mutingclass
BuildProblemInfoImpl
User: Victory.Bedrosova Date: 1/3/13 Time: 6:57 PMMethods in jetbrains.buildServer.serverSide.impl.problems that return BuildProblemInfo Modifier and Type Method Description BuildProblemInfo
CurrentBuildProblemImpl. getBuildProblemInfo()
-
Uses of BuildProblemInfo in jetbrains.buildServer.serverSide.impl.tracker
Method parameters in jetbrains.buildServer.serverSide.impl.tracker with type arguments of type BuildProblemInfo Modifier and Type Method Description void
EventTrackerImpl. buildProblemsUnmuted(SUser user, Map<MuteInfo,Collection<BuildProblemInfo>> unmutedGroups)
void
EventTrackerImpl. responsibleChanged(SProject project, Collection<BuildProblemInfo> buildProblems, ResponsibilityEntry entry)
-
Uses of BuildProblemInfo in jetbrains.buildServer.serverSide.mute
Methods in jetbrains.buildServer.serverSide.mute that return types with arguments of type BuildProblemInfo Modifier and Type Method Description Map<BuildProblemInfo,CurrentMuteInfo>
ProblemMutingService. getBuildProblemEffectiveMuteInfo(String projectId, Collection<? extends BuildProblemInfo> problemInfos)
Retrieves current actual mute info (from database) for the specified build problems.Map<BuildProblemInfo,CurrentMuteInfo>
ProblemMutingServiceImpl. getBuildProblemEffectiveMuteInfo(String projectId, Collection<? extends BuildProblemInfo> problemInfos)
Map<BuildProblemInfo,CurrentMuteInfo>
SecuredProblemMutingService. getBuildProblemEffectiveMuteInfo(String projectId, Collection<? extends BuildProblemInfo> problemInfo)
Method parameters in jetbrains.buildServer.serverSide.mute with type arguments of type BuildProblemInfo Modifier and Type Method Description Map<BuildProblemInfo,CurrentMuteInfo>
ProblemMutingService. getBuildProblemEffectiveMuteInfo(String projectId, Collection<? extends BuildProblemInfo> problemInfos)
Retrieves current actual mute info (from database) for the specified build problems.Map<BuildProblemInfo,CurrentMuteInfo>
ProblemMutingServiceImpl. getBuildProblemEffectiveMuteInfo(String projectId, Collection<? extends BuildProblemInfo> problemInfos)
Map<BuildProblemInfo,CurrentMuteInfo>
SecuredProblemMutingService. getBuildProblemEffectiveMuteInfo(String projectId, Collection<? extends BuildProblemInfo> problemInfo)
void
ProblemMutingService. muteProblemsInBuild(SUser user, String note, SBuild build, Collection<BuildProblemInfo> problems)
void
ProblemMutingServiceImpl. muteProblemsInBuild(SUser user, String note, SBuild build, Collection<BuildProblemInfo> problems)
void
SecuredProblemMutingService. muteProblemsInBuild(SUser user, String note, SBuild build, Collection<BuildProblemInfo> problems)
MuteInfo
ProblemMutingService. muteProblemsInProject(SUser user, String note, boolean unmuteWhenFixed, Date unmuteByTime, SProject project, Collection<? extends BuildProblemInfo> problems)
Mutes specified build problems in the specified project scope.MuteInfo
ProblemMutingService. muteProblemsInProject(SUser user, String note, boolean unmuteWhenFixed, Date unmuteByTime, SProject project, UnmutePreference removeExistingPreference, Collection<? extends BuildProblemInfo> problems)
Mutes specified build problems in the specified project scope.MuteInfo
ProblemMutingServiceImpl. muteProblemsInProject(SUser user, String note, boolean unmuteWhenFixed, Date unmuteByTime, SProject project, Collection<? extends BuildProblemInfo> problems)
MuteInfo
ProblemMutingServiceImpl. muteProblemsInProject(SUser user, String note, boolean unmuteWhenFixed, Date unmuteByTime, SProject project, UnmutePreference removeExistingPreference, Collection<? extends BuildProblemInfo> problems)
MuteInfo
SecuredProblemMutingService. muteProblemsInProject(SUser user, String note, boolean unmuteWhenFixed, Date unmuteByTime, SProject project, Collection<? extends BuildProblemInfo> problems)
MuteInfo
SecuredProblemMutingService. muteProblemsInProject(SUser user, String note, boolean unmuteWhenFixed, Date unmuteByTime, SProject project, UnmutePreference removeExistingPreference, Collection<? extends BuildProblemInfo> problems)
void
ProblemMutingService. unmuteProblems(SUser user, String note, SBuild build, Collection<BuildProblemInfo> problems)
Unmutes the specified build problems in the specified buildvoid
ProblemMutingService. unmuteProblems(SUser user, String note, SBuildType buildType, Collection<BuildProblemInfo> problems)
Unmutes the specified build problems in one build type scope.void
ProblemMutingService. unmuteProblems(SUser user, String note, SProject project, Collection<BuildProblemInfo> problems)
Unmutes the specified build problems in a scope where it was muted in the specified project and it's subprojects.void
ProblemMutingService. unmuteProblems(SUser user, String note, SProject project, UnmutePreference unmutePreference, Collection<BuildProblemInfo> problems)
Unmutes the specified build problems in a scope where it was muted according to a given preference.void
ProblemMutingServiceImpl. unmuteProblems(SUser user, String note, SBuild build, Collection<BuildProblemInfo> problems)
void
ProblemMutingServiceImpl. unmuteProblems(SUser user, String note, SBuildType buildType, Collection<BuildProblemInfo> problems)
void
ProblemMutingServiceImpl. unmuteProblems(SUser user, String note, SProject project, Collection<BuildProblemInfo> problems)
void
ProblemMutingServiceImpl. unmuteProblems(SUser user, String note, SProject project, UnmutePreference unmutePreference, Collection<BuildProblemInfo> problems)
void
SecuredProblemMutingService. unmuteProblems(SUser user, String note, SBuild build, Collection<BuildProblemInfo> problems)
void
SecuredProblemMutingService. unmuteProblems(SUser user, String note, SBuildType buildType, Collection<BuildProblemInfo> problems)
void
SecuredProblemMutingService. unmuteProblems(SUser user, String note, SProject project, Collection<BuildProblemInfo> problems)
void
SecuredProblemMutingService. unmuteProblems(SUser user, String note, SProject project, UnmutePreference unmutePreference, Collection<BuildProblemInfo> problems)
-
Uses of BuildProblemInfo in jetbrains.buildServer.serverSide.problems
Subinterfaces of BuildProblemInfo in jetbrains.buildServer.serverSide.problems Modifier and Type Interface Description interface
BuildProblem
User: Victory.Bedrosova Date: 6/19/12 Time: 6:51 PMMethods in jetbrains.buildServer.serverSide.problems that return BuildProblemInfo Modifier and Type Method Description BuildProblemInfo
CurrentBuildProblem. getBuildProblemInfo()
-