hudson.plugins.violations.hudson.maven
Class ViolationsModuleReport

java.lang.Object
  extended by hudson.plugins.violations.hudson.maven.ViolationsModuleReport

public class ViolationsModuleReport
extends java.lang.Object

A report from a particular module.


Constructor Summary
ViolationsModuleReport(hudson.maven.MavenBuild mavenBuild, ViolationsReport report)
           
 
Method Summary
 hudson.maven.MavenBuild getBuild()
           
 java.lang.String getDisplayName()
           
 ViolationsReport getReport()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViolationsModuleReport

public ViolationsModuleReport(hudson.maven.MavenBuild mavenBuild,
                              ViolationsReport report)
Method Detail

getDisplayName

public java.lang.String getDisplayName()

getBuild

public hudson.maven.MavenBuild getBuild()

getReport

public ViolationsReport getReport()


Copyright © 2004-2012. All Rights Reserved.