File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
src/main/java/io/jenkins/plugins/datatables Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >org.jvnet.hudson.plugins</groupId >
66 <artifactId >analysis-pom</artifactId >
7- <version >8.6 .0</version >
7+ <version >10.0 .0</version >
88 <relativePath />
99 </parent >
1010
Original file line number Diff line number Diff line change 66 * Defines additional API methods a Jenkins {@link ModelObject} must provide in order to render JQuery DataTables in a
77 * corresponding jelly view using the tag {@code table.jelly} of the {@code data-tables-api-plugin}. Those tables will
88 * have the data loaded asynchronously using an Ajax call.
9+ *
910 * <p>
1011 * Typically, you do not need to implement this interface directly. Preferred way is to use the default implementation
1112 * in {@link DefaultAsyncTableContentProvider} that already provides the correct extraction of the data rows as JSON
You can’t perform that action at this time.
0 commit comments