Class SevereCarrotExceptionProblem
- java.lang.Object
-
- cn.boboweike.carrot.dashboard.ui.model.problems.Problem
-
- cn.boboweike.carrot.dashboard.ui.model.problems.SevereCarrotExceptionProblem
-
public class SevereCarrotExceptionProblem extends Problem
-
-
Field Summary
Fields Modifier and Type Field Description static StringPROBLEM_TYPE
-
Constructor Summary
Constructors Constructor Description SevereCarrotExceptionProblem(List<CarrotMetadata> carrotMetadataSetWithSevereCarrotExceptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetGithubIssueBody()intgetGithubIssueBodyLength()StringgetGithubIssueTitle()
-
-
-
Field Detail
-
PROBLEM_TYPE
public static final String PROBLEM_TYPE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SevereCarrotExceptionProblem
public SevereCarrotExceptionProblem(List<CarrotMetadata> carrotMetadataSetWithSevereCarrotExceptions)
-
-