Details
-
New Feature
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
The dashboard view plug-in provides a new view that shows portlets with statistics aggregated from several jobs. It would be nice if this would be supported by the SLOC plug-in to see the overall SLOC for a multi-job project.
For more details see http://wiki.jenkins-ci.org/display/JENKINS/Dashboard+View.
Attachments
Issue Links
- is duplicated by
-
JENKINS-12166 add a sloccount portlet to dashboard
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Link |
This issue is duplicated by |
Status | Open [ 1 ] | In Progress [ 3 ] |
Assignee | npiguet [ npiguet ] | Michal Turek [ mixalturek ] |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Resolved [ 5 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Workflow | JNJira [ 136972 ] | JNJira + In-Review [ 204310 ] |
Code changed in jenkins
User: Michal Turek
Path:
pom.xml
src/main/java/hudson/plugins/sloccount/SloccountResult.java
src/main/java/hudson/plugins/sloccount/dashboard/SloccountTablePortlet.java
src/main/java/hudson/plugins/sloccount/model/SloccountReportStatistics.java
src/main/resources/hudson/plugins/sloccount/Messages.properties
src/main/resources/hudson/plugins/sloccount/dashboard/SloccountTablePortlet/portlet.jelly
src/main/resources/hudson/plugins/sloccount/dashboard/SloccountTablePortlet/table.jelly
src/main/resources/hudson/plugins/sloccount/dashboard/SloccountTablePortlet/table_de.properties
src/main/resources/hudson/plugins/sloccount/dashboard/SloccountTablePortlet/table_ja.properties
http://jenkins-ci.org/commit/sloccount-plugin/807cda11c955d7bfdac1fcef4c8079de59221656
Log:
JENKINS-6876Create a dash-board view portlet that shows the SLOC of the selected projectesJENKINS-12166add a sloccount portlet to dashboard