Klasse ForensicsViewModel
java.lang.Object
io.jenkins.plugins.datatables.DefaultAsyncTableContentProvider
io.jenkins.plugins.forensics.miner.ForensicsViewModel
- Alle implementierten Schnittstellen:
ModelObject
,io.jenkins.plugins.datatables.AsyncTableContentProvider
public class ForensicsViewModel
extends io.jenkins.plugins.datatables.DefaultAsyncTableContentProvider
implements ModelObject
Server side model that provides the data for the details view of the repository statistics. The layout of the
associated view is defined corresponding jelly view 'index.jelly') in the
ForensicsViewModel
package.- Autor:
- Ullrich Hafner
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungReturns the UI model for an ECharts doughnut chart that shows the severities.Returns the UI model for an ECharts doughnut chart that shows the severities.getDynamic
(String link, org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response) Returns a new sub page for the selected link.Run
<?, ?> getOwner()
getTableModel
(String id) Von Klasse geerbte Methoden io.jenkins.plugins.datatables.DefaultAsyncTableContentProvider
getTableRows
-
Methodendetails
-
getOwner
-
getDisplayName
- Angegeben von:
getDisplayName
in SchnittstelleModelObject
-
getScmKey
-
getTableModel
- Angegeben von:
getTableModel
in Schnittstelleio.jenkins.plugins.datatables.AsyncTableContentProvider
-
getAuthorsModel
Returns the UI model for an ECharts doughnut chart that shows the severities.- Gibt zurück:
- the UI model as JSON
-
getCommitsModel
Returns the UI model for an ECharts doughnut chart that shows the severities.- Gibt zurück:
- the UI model as JSON
-
getDynamic
public Object getDynamic(String link, org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response) Returns a new sub page for the selected link.- Parameter:
link
- the link to identify the sub page to showrequest
- Stapler requestresponse
- Stapler response- Gibt zurück:
- the new sub page
-