Package com.ibm.ta.sdk.sample.assessment
Class CustomRule
- java.lang.Object
-
- com.ibm.ta.sdk.core.assessment.IssueRule
-
- com.ibm.ta.sdk.sample.assessment.CustomRule
-
public class CustomRule extends IssueRule
-
-
Field Summary
-
Fields inherited from class com.ibm.ta.sdk.core.assessment.IssueRule
category, id, issueOverhead, javaIssue, matchCriteria, OCCURRENCE_COUNT_UNIQUE_ATTR, OCCURRENCE_TITLE_ATTR, occurrencesCost, severity, solutionText, targetedSolutions, title
-
-
Constructor Summary
Constructors Constructor Description CustomRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getSolutionText()-
Methods inherited from class com.ibm.ta.sdk.core.assessment.IssueRule
customFilter, getCategory, getId, getIssueOverhead, getMatchCriteria, getMatchCriteriaJson, getOccurrencesCost, getProvider, getSeverity, getTargetedSolutionText, getTitle, setMatchCriteria, toString
-
-
-
-
Method Detail
-
getSolutionText
public List<String> getSolutionText()
- Overrides:
getSolutionTextin classIssueRule
-
-