public class CodeAnalysisReport extends hudson.model.AbstractDescribableImpl<CodeAnalysisReport> implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
CodeAnalysisReport.DescriptorImpl |
| Constructor and Description |
|---|
CodeAnalysisReport(String name,
boolean html,
boolean json,
boolean xls,
boolean xml) |
| Modifier and Type | Method and Description |
|---|---|
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".
|
@DataBoundConstructor public CodeAnalysisReport(String name, boolean html, boolean json, boolean xls, boolean xml)
public String getName()
public boolean getHtml()
public boolean getJson()
public boolean getXls()
public boolean getXml()
Copyright © 2016–2019. All rights reserved.