Dashboard View.
Hudson view that shows various cuts of build information via configured portlets..
Here is the list of declaration for dashboard-view. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.jvnet.hudson.plugins</groupId> <artifactId>dashboard-view</artifactId> <version>1.5</version> </dependency>
If you think this Maven repository POM file listing for dashboard-view is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The dashboard-view-1.5 has 1 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.
Category | Artifact | Depended By Count |
---|---|---|
Java Library | joda-time 1.6 Date and time library to replace JDK date handling. | 200 |
The following packages are defined in the dashboard-view-1.5.jar
hudson.plugins.view.dashboard hudson.plugins.view.dashboard.builds hudson.plugins.view.dashboard.core hudson.plugins.view.dashboard.stats hudson.plugins.view.dashboard.test
Here is the content of the POM file.
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.jvnet.hudson.plugins</groupId> <artifactId>plugin</artifactId> <version>1.347</version> </parent> <artifactId>dashboard-view</artifactId> <packaging>hpi</packaging> <name>Dashboard View</name> <version>1.5</version> <description>Hudson view that shows various cuts of build information via configured portlets.</description> <url>http://wiki.hudson-ci.org/display/HUDSON/Dashboard+View</url> <dependencies> <dependency> <groupId>joda-time</groupId> <artifactId>joda-time</artifactId> <version>1.6</version> </dependency> </dependencies> <scm> <connection>scm:svn:https://guest@svn.dev.java.net/svn/hudson/tags/dashboard-view-1.5</connection> <developerConnection>scm:svn:https://svn.dev.java.net/svn/hudson/tags/dashboard-view-1.5</developerConnection> <url>https://hudson.dev.java.net/source/browse/hudson/tags/dashboard-view-1.5</url> </scm> </project>