Skip navigation links
A C D E F G H I K L P R S T U V W 

A

addTask(ProjectHelper, GnagPluginExtension) - Static method in class com.btkelly.gnag.tasks.GnagCheckTask
 
addTask(ProjectHelper, GnagPluginExtension) - Static method in class com.btkelly.gnag.tasks.GnagReportTask
 
androidLint - Variable in class com.btkelly.gnag.extensions.GnagPluginExtension
 
androidLint(Action<AndroidLintExtension>) - Method in class com.btkelly.gnag.extensions.GnagPluginExtension
 
AndroidLintExtension - Class in com.btkelly.gnag.extensions
Created by bobbake4 on 4/19/16.
AndroidLintExtension(Project) - Constructor for class com.btkelly.gnag.extensions.AndroidLintExtension
 
append(CharSequence) - Method in class com.btkelly.gnag.utils.HtmlStringBuilder
 
appendBold(CharSequence) - Method in class com.btkelly.gnag.utils.HtmlStringBuilder
 
appendCode(CharSequence) - Method in class com.btkelly.gnag.utils.HtmlStringBuilder
 
appendLink(CharSequence, String) - Method in class com.btkelly.gnag.utils.HtmlStringBuilder
 
AuthInterceptor - Class in com.btkelly.gnag.api
Created by bobbake4 on 12/3/15.
AuthInterceptor(String) - Constructor for class com.btkelly.gnag.api.AuthInterceptor
 
authToken(String) - Method in class com.btkelly.gnag.extensions.GitHubExtension
 

C

CheckStatus - Class in com.btkelly.gnag.models
Created by bobbake4 on 4/26/16.
CheckStatus(GitHubStatusType, Set<Violation>) - Constructor for class com.btkelly.gnag.models.CheckStatus
 
checkstyle - Variable in class com.btkelly.gnag.extensions.GnagPluginExtension
 
checkstyle(Action<ReporterExtension>) - Method in class com.btkelly.gnag.extensions.GnagPluginExtension
 
com.btkelly.gnag.api - package com.btkelly.gnag.api
 
com.btkelly.gnag.extensions - package com.btkelly.gnag.extensions
 
com.btkelly.gnag.models - package com.btkelly.gnag.models
 
com.btkelly.gnag.tasks - package com.btkelly.gnag.tasks
 
com.btkelly.gnag.utils - package com.btkelly.gnag.utils
 
com.btkelly.gnag.utils.diffparser - package com.btkelly.gnag.utils.diffparser
 
com.btkelly.gnag.utils.gson - package com.btkelly.gnag.utils.gson
 
COMPARATOR - Static variable in class com.btkelly.gnag.models.Violation
 
convert(ResponseBody) - Method in class com.btkelly.gnag.utils.diffparser.DiffParserResponseBodyConverter
 
create() - Static method in class com.btkelly.gnag.utils.diffparser.DiffParserConverterFactory
 
create() - Static method in class com.btkelly.gnag.utils.gson.GsonConverterFactory
 

D

deleteLocalReportFiles(File, Logger) - Static method in class com.btkelly.gnag.utils.ReportWriter
 
detekt - Variable in class com.btkelly.gnag.extensions.GnagPluginExtension
 
detekt(Action<ReporterExtension>) - Method in class com.btkelly.gnag.extensions.GnagPluginExtension
 
DiffParserConverterFactory - Class in com.btkelly.gnag.utils.diffparser
 
DiffParserResponseBodyConverter - Class in com.btkelly.gnag.utils.diffparser
 
DiffParserResponseBodyConverter(GitHubDiffParser) - Constructor for class com.btkelly.gnag.utils.diffparser.DiffParserResponseBodyConverter
 

E

enabled(boolean) - Method in class com.btkelly.gnag.extensions.AndroidLintExtension
enabled(boolean) - Method in class com.btkelly.gnag.extensions.ReporterExtension
Deprecated.
equals(Object) - Method in class com.btkelly.gnag.models.Violation
 

F

findbugs - Variable in class com.btkelly.gnag.extensions.GnagPluginExtension
 
findbugs(Action<ReporterExtension>) - Method in class com.btkelly.gnag.extensions.GnagPluginExtension
 

G

getAuthToken() - Method in class com.btkelly.gnag.extensions.GitHubExtension
 
getBase() - Method in class com.btkelly.gnag.models.GitHubPRDetails
 
getBody() - Method in class com.btkelly.gnag.models.GitHubPRDetails
 
getComment() - Method in class com.btkelly.gnag.models.Violation
 
getDescription() - Method in enum com.btkelly.gnag.models.GitHubStatusType
 
getDiffLineIndex() - Method in class com.btkelly.gnag.models.PRLocation
 
getFileLineNumber() - Method in class com.btkelly.gnag.models.Violation
 
getGitHubStatusType() - Method in class com.btkelly.gnag.models.CheckStatus
 
getHead() - Method in class com.btkelly.gnag.models.GitHubPRDetails
 
getHtmlStringForAggregatedComment(Violation) - Static method in class com.btkelly.gnag.utils.ViolationFormatter
Use this method to create a formatted HTML string representing a violation that will be posted as part of an aggregated comment.
getHtmlStringForAggregatedComment(Set<Violation>) - Static method in class com.btkelly.gnag.utils.ViolationsFormatter
 
getHtmlStringForInlineComment(Violation) - Static method in class com.btkelly.gnag.utils.ViolationFormatter
Use this method to create a formatted HTML string representing a violation that will be posted as an inline comment.
getId() - Method in class com.btkelly.gnag.models.GitHubPRDetails
 
getIssueNumber() - Method in class com.btkelly.gnag.extensions.GitHubExtension
 
getLabel() - Method in class com.btkelly.gnag.models.GitHubCommit
 
getLogger() - Method in class com.btkelly.gnag.tasks.GnagCheckTask
 
getLogger() - Method in class com.btkelly.gnag.tasks.GnagReportTask
 
getNumber() - Method in class com.btkelly.gnag.models.GitHubPRDetails
 
getPRDetails() - Method in class com.btkelly.gnag.api.GitHubApi
 
getPRDetails(String) - Method in interface com.btkelly.gnag.api.GitHubApiClient
 
getPRDiffs() - Method in class com.btkelly.gnag.api.GitHubApi
 
getPRDiffs(String) - Method in interface com.btkelly.gnag.api.GitHubApiClient
 
getPRLocationsForViolations(Set<Violation>, List<Diff>) - Static method in class com.btkelly.gnag.utils.ViolationsUtil
 
getRef() - Method in class com.btkelly.gnag.models.GitHubCommit
 
getRelativeFilePath() - Method in class com.btkelly.gnag.models.PRLocation
 
getRelativeFilePath() - Method in class com.btkelly.gnag.models.Violation
 
getRepoName() - Method in class com.btkelly.gnag.extensions.GitHubExtension
 
getReporterConfig() - Method in class com.btkelly.gnag.extensions.ReporterExtension
 
getReporterName() - Method in class com.btkelly.gnag.models.Violation
 
getRootUrl() - Method in class com.btkelly.gnag.extensions.GitHubExtension
 
getSecondaryUrls() - Method in class com.btkelly.gnag.models.Violation
 
getSeverity() - Method in class com.btkelly.gnag.extensions.AndroidLintExtension
 
getSha() - Method in class com.btkelly.gnag.models.GitHubCommit
 
getState() - Method in class com.btkelly.gnag.models.GitHubPRDetails
 
getStatusesUrl() - Method in class com.btkelly.gnag.models.GitHubPRDetails
 
getSuccessfulCheckStatus() - Static method in class com.btkelly.gnag.models.CheckStatus
 
getTitle() - Method in class com.btkelly.gnag.models.GitHubPRDetails
 
getToolVersion() - Method in class com.btkelly.gnag.extensions.ReporterExtension
 
getType() - Method in class com.btkelly.gnag.models.Violation
 
getTypeUrl() - Method in class com.btkelly.gnag.models.Violation
 
getViolations() - Method in class com.btkelly.gnag.models.CheckStatus
 
github - Variable in class com.btkelly.gnag.extensions.GnagPluginExtension
 
github(Action<GitHubExtension>) - Method in class com.btkelly.gnag.extensions.GnagPluginExtension
 
GitHubApi - Class in com.btkelly.gnag.api
Created by bobbake4 on 12/1/15.
GitHubApi(GitHubExtension, Logger) - Constructor for class com.btkelly.gnag.api.GitHubApi
 
GitHubApiClient - Interface in com.btkelly.gnag.api
Created by bobbake4 on 12/1/15.
GitHubCommit - Class in com.btkelly.gnag.models
Created by bobbake4 on 12/2/15.
GitHubCommit() - Constructor for class com.btkelly.gnag.models.GitHubCommit
 
GitHubExtension - Class in com.btkelly.gnag.extensions
Created by bobbake4 on 4/18/16.
GitHubInlineComment - Class in com.btkelly.gnag.models
 
GitHubInlineComment(String, String, PRLocation) - Constructor for class com.btkelly.gnag.models.GitHubInlineComment
 
GitHubPRComment - Class in com.btkelly.gnag.models
Created by bobbake4 on 12/1/15.
GitHubPRComment(String) - Constructor for class com.btkelly.gnag.models.GitHubPRComment
 
GitHubPRDetails - Class in com.btkelly.gnag.models
Created by bobbake4 on 12/2/15.
GitHubPRDetails() - Constructor for class com.btkelly.gnag.models.GitHubPRDetails
 
GitHubStatus - Class in com.btkelly.gnag.models
Created by bobbake4 on 12/2/15.
GitHubStatus(GitHubStatusType, String) - Constructor for class com.btkelly.gnag.models.GitHubStatus
 
GitHubStatusType - Enum in com.btkelly.gnag.models
Created by bobbake4 on 12/2/15.
GnagCheckTask - Class in com.btkelly.gnag.tasks
Created by bobbake4 on 4/1/16.
GnagCheckTask() - Constructor for class com.btkelly.gnag.tasks.GnagCheckTask
 
GnagPluginExtension - Class in com.btkelly.gnag.extensions
Created by bobbake4 on 4/1/16.
GnagPluginExtension(Project) - Constructor for class com.btkelly.gnag.extensions.GnagPluginExtension
 
GnagReportTask - Class in com.btkelly.gnag.tasks
Created by bobbake4 on 4/1/16.
GnagReportTask() - Constructor for class com.btkelly.gnag.tasks.GnagReportTask
 
GsonConverterFactory - Class in com.btkelly.gnag.utils.gson
Created by bobbake4 on 4/28/16.

H

hasAllLocationInfo() - Method in class com.btkelly.gnag.models.Violation
 
hashCode() - Method in class com.btkelly.gnag.models.Violation
 
hasRelativeFilePath() - Method in class com.btkelly.gnag.models.Violation
 
hasReporterConfig() - Method in class com.btkelly.gnag.extensions.ReporterExtension
 
hasViolationWithAllLocationInformation(Set<Violation>) - Static method in class com.btkelly.gnag.utils.ViolationsUtil
 
HtmlStringBuilder - Class in com.btkelly.gnag.utils
 
HtmlStringBuilder() - Constructor for class com.btkelly.gnag.utils.HtmlStringBuilder
 

I

insertLineBreak() - Method in class com.btkelly.gnag.utils.HtmlStringBuilder
 
intercept(Interceptor.Chain) - Method in class com.btkelly.gnag.api.AuthInterceptor
 
intercept(Interceptor.Chain) - Method in class com.btkelly.gnag.api.UserAgentInterceptor
 
isCommentInline() - Method in class com.btkelly.gnag.extensions.GitHubExtension
 
isCommentOnSuccess() - Method in class com.btkelly.gnag.extensions.GitHubExtension
 
isEnabled() - Method in class com.btkelly.gnag.extensions.AndroidLintExtension
 
isEnabled() - Method in class com.btkelly.gnag.extensions.GnagPluginExtension
 
isEnabled() - Method in class com.btkelly.gnag.extensions.ReporterExtension
 
issueNumber(String) - Method in class com.btkelly.gnag.extensions.GitHubExtension
 

K

ktlint - Variable in class com.btkelly.gnag.extensions.GnagPluginExtension
 
ktlint(Action<ReporterExtension>) - Method in class com.btkelly.gnag.extensions.GnagPluginExtension
 

L

loadExtension(Project) - Static method in class com.btkelly.gnag.extensions.GnagPluginExtension
 

P

pmd - Variable in class com.btkelly.gnag.extensions.GnagPluginExtension
 
pmd(Action<ReporterExtension>) - Method in class com.btkelly.gnag.extensions.GnagPluginExtension
 
postGitHubInlineComment(String, String, PRLocation) - Method in class com.btkelly.gnag.api.GitHubApi
 
postGitHubPRComment(String) - Method in class com.btkelly.gnag.api.GitHubApi
 
postInlineComment(GitHubInlineComment, String) - Method in interface com.btkelly.gnag.api.GitHubApiClient
 
postPRComment(GitHubPRComment, String) - Method in interface com.btkelly.gnag.api.GitHubApiClient
 
postUpdatedGitHubStatus(GitHubStatusType, String, String) - Method in class com.btkelly.gnag.api.GitHubApi
 
postUpdatedStatus(GitHubStatus, String) - Method in interface com.btkelly.gnag.api.GitHubApiClient
 
PRLocation - Class in com.btkelly.gnag.models
 
PRLocation(String, int) - Constructor for class com.btkelly.gnag.models.PRLocation
 

R

repoName(String) - Method in class com.btkelly.gnag.extensions.GitHubExtension
 
REPORT_FILE_NAME - Static variable in class com.btkelly.gnag.utils.ReportWriter
 
reporterConfig(File) - Method in class com.btkelly.gnag.extensions.ReporterExtension
 
ReporterExtension - Class in com.btkelly.gnag.extensions
Created by bobbake4 on 4/1/16.
ReporterExtension(String, Project) - Constructor for class com.btkelly.gnag.extensions.ReporterExtension
 
ReportWriter - Class in com.btkelly.gnag.utils
Created by bobbake4 on 4/18/16.
requestBodyConverter(Type, Annotation[], Annotation[], Retrofit) - Method in class com.btkelly.gnag.utils.diffparser.DiffParserConverterFactory
 
requestBodyConverter(Type, Annotation[], Annotation[], Retrofit) - Method in class com.btkelly.gnag.utils.gson.GsonConverterFactory
 
responseBodyConverter(Type, Annotation[], Retrofit) - Method in class com.btkelly.gnag.utils.diffparser.DiffParserConverterFactory
 
responseBodyConverter(Type, Annotation[], Retrofit) - Method in class com.btkelly.gnag.utils.gson.GsonConverterFactory
 
rootUrl(String) - Method in class com.btkelly.gnag.extensions.GitHubExtension
 

S

sanitizePreservingNulls(String) - Static method in class com.btkelly.gnag.utils.StringUtils
 
sanitizeToNonNull(String) - Static method in class com.btkelly.gnag.utils.StringUtils
 
setCommentInline(boolean) - Method in class com.btkelly.gnag.extensions.GitHubExtension
 
setCommentOnSuccess(boolean) - Method in class com.btkelly.gnag.extensions.GitHubExtension
 
setEnabled(boolean) - Method in class com.btkelly.gnag.extensions.AndroidLintExtension
 
setEnabled(boolean) - Method in class com.btkelly.gnag.extensions.GnagPluginExtension
 
setEnabled(boolean) - Method in class com.btkelly.gnag.extensions.ReporterExtension
 
setFailOnError(boolean) - Method in class com.btkelly.gnag.extensions.GnagPluginExtension
 
setUseGitHubStatuses(boolean) - Method in class com.btkelly.gnag.extensions.GitHubExtension
 
severity(String) - Method in class com.btkelly.gnag.extensions.AndroidLintExtension
 
SEVERITY_ERROR - Static variable in class com.btkelly.gnag.extensions.AndroidLintExtension
 
SEVERITY_WARNING - Static variable in class com.btkelly.gnag.extensions.AndroidLintExtension
 
shouldFailOnError() - Method in class com.btkelly.gnag.extensions.GnagPluginExtension
 
shouldUseGitHubStatuses() - Method in class com.btkelly.gnag.extensions.GitHubExtension
 
StringUtils - Class in com.btkelly.gnag.utils
 

T

taskAction() - Method in class com.btkelly.gnag.tasks.GnagCheckTask
 
taskAction() - Method in class com.btkelly.gnag.tasks.GnagReportTask
 
toolVersion(String) - Method in class com.btkelly.gnag.extensions.ReporterExtension
 
toString() - Method in class com.btkelly.gnag.extensions.AndroidLintExtension
 
toString() - Method in class com.btkelly.gnag.extensions.GitHubExtension
 
toString() - Method in class com.btkelly.gnag.extensions.GnagPluginExtension
 
toString() - Method in class com.btkelly.gnag.extensions.ReporterExtension
 
toString() - Method in class com.btkelly.gnag.models.CheckStatus
 
toString() - Method in class com.btkelly.gnag.models.GitHubCommit
 
toString() - Method in class com.btkelly.gnag.models.GitHubInlineComment
 
toString() - Method in class com.btkelly.gnag.models.GitHubPRComment
 
toString() - Method in class com.btkelly.gnag.models.GitHubPRDetails
 
toString() - Method in class com.btkelly.gnag.models.GitHubStatus
 
toString() - Method in enum com.btkelly.gnag.models.GitHubStatusType
 
toString() - Method in class com.btkelly.gnag.models.PRLocation
 
toString() - Method in class com.btkelly.gnag.utils.HtmlStringBuilder
 

U

UserAgentInterceptor - Class in com.btkelly.gnag.api
User-Agent header is required by GitHub API v3, see https://developer.github.com/v3/#user-agent-required
UserAgentInterceptor() - Constructor for class com.btkelly.gnag.api.UserAgentInterceptor
 

V

valueOf(String) - Static method in enum com.btkelly.gnag.models.GitHubStatusType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.btkelly.gnag.models.GitHubStatusType
Returns an array containing the constants of this enum type, in the order they are declared.
Violation - Class in com.btkelly.gnag.models
 
Violation(String, String, String, String, Integer) - Constructor for class com.btkelly.gnag.models.Violation
 
Violation(String, String, String, String, Integer, String) - Constructor for class com.btkelly.gnag.models.Violation
 
Violation(String, String, String, String, Integer, String, List<String>) - Constructor for class com.btkelly.gnag.models.Violation
 
ViolationFormatter - Class in com.btkelly.gnag.utils
Creates formatted HTML strings representing individual violations.
ViolationsFormatter - Class in com.btkelly.gnag.utils
Creates formatted HTML strings representing collections of violations.
ViolationsUtil - Class in com.btkelly.gnag.utils
 

W

writeLocalReportFiles(Set<Violation>, File, Logger) - Static method in class com.btkelly.gnag.utils.ReportWriter
 
A C D E F G H I K L P R S T U V W 
Skip navigation links