Class IssueApi
java.lang.Object
io.jenkins.plugins.analysis.core.restapi.IssueApi
Remote API for an
Issue
. Simple Java Bean that exposes several methods of an Issue
instance.- Author:
- Ullrich Hafner
-
Constructor Details
-
IssueApi
Creates a newIssueApi
.- Parameters:
issue
- the issue to expose the properties fromblame
- the blame which contains this issue
-
-
Method Details
-
getFileName
-
getBaseName
-
getCategory
-
getType
-
getSeverity
-
getMessage
-
getDescription
-
getLineStart
@Exported public int getLineStart() -
getLineEnd
@Exported public int getLineEnd() -
getColumnStart
@Exported public int getColumnStart() -
getColumnEnd
@Exported public int getColumnEnd() -
getPackageName
-
getModuleName
-
getOrigin
-
getOriginName
-
getReference
-
getFingerprint
-
getAuthorName
-
getAuthorEmail
-
getCommit
-
getAddedAt
@Exported public int getAddedAt() -
toString
-