public class CodeAnalysisReport extends hudson.model.AbstractDescribableImpl<CodeAnalysisReport>
| Modifier and Type | Class and Description |
|---|---|
static class |
CodeAnalysisReport.DescriptorImpl |
| Constructor and Description |
|---|
CodeAnalysisReport(String name,
String folder,
boolean html,
boolean json,
boolean xls,
boolean xml) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFolder() |
boolean |
getHtml() |
boolean |
getJson() |
String |
getName() |
boolean |
getXls() |
boolean |
getXml() |
String |
toString()
Returns a period '.' delimited base64 encoded string representation of the object in the order of "folder.name.html".
|
Copyright © 2016–2018. All rights reserved.