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