public class ReportViewModel extends io.jenkins.plugins.datatables.DefaultAsyncTableContentProvider implements ModelObject
| Constructor and Description |
|---|
ReportViewModel(Run owner,
org.json.JSONArray ja,
String reportType) |
| Modifier and Type | Method and Description |
|---|---|
String |
create() |
String |
getCommitModel() |
String |
getDisplayName() |
Run |
getOwner() |
String |
getRptType() |
io.jenkins.plugins.datatables.TableModel |
getTableModel(String s) |
public io.jenkins.plugins.datatables.TableModel getTableModel(String s)
getTableModel in interface io.jenkins.plugins.datatables.AsyncTableContentProviderpublic String getDisplayName()
getDisplayName in interface ModelObjectpublic String getCommitModel()
public Run getOwner()
public String getRptType()
public String create()
Copyright © 2016–2022. All rights reserved.