hudson.plugins.violations.render
Class NoViolationsFile

java.lang.Object
  extended by hudson.plugins.violations.render.NoViolationsFile

public class NoViolationsFile
extends java.lang.Object

Class for rendering no violations.


Constructor Summary
NoViolationsFile(java.lang.String name, hudson.model.AbstractBuild<?,?> build)
          Create a new no violations render page.
 
Method Summary
 hudson.model.AbstractBuild<?,?> getBuild()
          Get the build object.
 java.lang.String getName()
          Get the name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoViolationsFile

public NoViolationsFile(java.lang.String name,
                        hudson.model.AbstractBuild<?,?> build)
Create a new no violations render page.

Parameters:
name - the name of the file.
build - the build.
Method Detail

getName

public java.lang.String getName()
Get the name.

Returns:
the name for this page.

getBuild

public hudson.model.AbstractBuild<?,?> getBuild()
Get the build object.

Returns:
the build for this page.


Copyright © 2004-2012. All Rights Reserved.