Interface BuildProblemMuter
-
public interface BuildProblemMuter
Build-specific service to mute build problems in one build.- Since:
- 2020.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MuteInfo
handleBuildProblem(int problemId)
Handle build problem
-
-
-
Method Detail
-
handleBuildProblem
@Nullable MuteInfo handleBuildProblem(int problemId)
Handle build problem- Parameters:
problemId
- build problem id- Returns:
- mute info if build problem is muted
- Since:
- 8.0
-
-