public interface Classification extends Serializable
ClassificationModel suitable for usage after the GraphContext itself has been closed.| Modifier and Type | Method and Description |
|---|---|
String |
getClassification()
Contains a description of this
Classification. |
String |
getDescription()
Contains a description of the file and any migration steps that may be necessary.
|
int |
getEffort()
This contains the effort level as an integer (Story Points).
|
File |
getFile()
This is the
File that this Classification refers to. |
Object |
getID()
Gets the unique identifier of this classification.
|
IssueCategory |
getIssueCategory()
This is a hint as to the severity of the problem.
|
List<Link> |
getLinks()
This contains a list of
Links for further information about the problem and its solution. |
List<Quickfix> |
getQuickfixes()
This contains a list of
Quickfixs for follow up in tools |
String |
getRuleID()
This contains the id of the rule that produced this
Classification. |
Object getID()
File getFile()
File that this Classification refers to.String getClassification()
Classification. This is similar in concept to a title, and should be one sentence or less.String getDescription()
List<Link> getLinks()
Links for further information about the problem and its solution.List<Quickfix> getQuickfixes()
Quickfixs for follow up in toolsint getEffort()
IssueCategory getIssueCategory()
String getRuleID()
Classification.Copyright © 2020 JBoss by Red Hat. All rights reserved.