Interface Issue
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public interface Issue
Project: Sonar-Gerrit Plugin Author: Tatiana Didik Created: 03.12.2017 14:00 $Id$
-
Method Details
-
inspectorName
String inspectorName()- Returns:
- The id of the inspector which generated this issue.
-
inspectionId
String inspectionId() -
detailUrl
-
getFilepath
String getFilepath() -
getKey
String getKey() -
getComponent
String getComponent() -
getLine
Integer getLine() -
getMessage
String getMessage() -
getSeverity
Severity getSeverity() -
getRule
String getRule() -
getRuleUrl
String getRuleUrl() -
getStatus
String getStatus() -
isNew
boolean isNew() -
getCreationDate
Date getCreationDate() -
asMultimap
-