Class IssueApi
- java.lang.Object
-
- io.jenkins.plugins.analysis.core.restapi.IssueApi
-
@ExportedBean public class IssueApi extends Object
Remote API for anIssue
. Simple Java Bean that exposes several methods of anIssue
instance.- Author:
- Ullrich Hafner
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getAddedAt()
String
getAuthorEmail()
String
getAuthorName()
String
getBaseName()
String
getCategory()
int
getColumnEnd()
int
getColumnStart()
String
getCommit()
String
getDescription()
String
getFileName()
String
getFingerprint()
int
getLineEnd()
int
getLineStart()
String
getMessage()
String
getModuleName()
String
getOrigin()
String
getOriginName()
String
getPackageName()
String
getReference()
String
getSeverity()
String
getType()
String
toString()
-
-
-
Method Detail
-
getFileName
@Exported public String getFileName()
-
getBaseName
@Exported public String getBaseName()
-
getCategory
@Exported public String getCategory()
-
getType
@Exported public String getType()
-
getSeverity
@Exported public String getSeverity()
-
getMessage
@Exported public String getMessage()
-
getDescription
@Exported public String getDescription()
-
getLineStart
@Exported public int getLineStart()
-
getLineEnd
@Exported public int getLineEnd()
-
getColumnStart
@Exported public int getColumnStart()
-
getColumnEnd
@Exported public int getColumnEnd()
-
getPackageName
@Exported public String getPackageName()
-
getModuleName
@Exported public String getModuleName()
-
getOrigin
@Exported public String getOrigin()
-
getOriginName
@Exported public String getOriginName()
-
getReference
@Exported public String getReference()
-
getFingerprint
@Exported public String getFingerprint()
-
getAuthorName
@Exported public String getAuthorName()
-
getAuthorEmail
@Exported public String getAuthorEmail()
-
getCommit
@Exported public String getCommit()
-
getAddedAt
@Exported public int getAddedAt()
-
-