Uses of Class
io.jenkins.plugins.google.analyze.code.security.model.HTMLIndent
-
Packages that use HTMLIndent Package Description io.jenkins.plugins.google.analyze.code.security.model io.jenkins.plugins.google.analyze.code.security.utils -
-
Uses of HTMLIndent in io.jenkins.plugins.google.analyze.code.security.model
Methods in io.jenkins.plugins.google.analyze.code.security.model that return HTMLIndent Modifier and Type Method Description static HTMLIndent
HTMLIndent. valueOf(String name)
Returns the enum constant of this type with the specified name.static HTMLIndent[]
HTMLIndent. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of HTMLIndent in io.jenkins.plugins.google.analyze.code.security.utils
Methods in io.jenkins.plugins.google.analyze.code.security.utils with parameters of type HTMLIndent Modifier and Type Method Description static String
ReportUtils. buildHTMLDivWithKeyAndOptionalValueEntry(HTMLIndent indent, String key, String value)
Returns HTML formatted Div Block.static String
ReportUtils. buildHTMLDivWithKeyValueEntry(HTMLIndent indent, String key, String value)
Returns HTML formatted Div Block.
-