hudson.plugins.violations.hudson.maven
Class ViolationsMavenAggregatedProjectAction

java.lang.Object
  extended by hudson.model.AbstractModelObject
      extended by hudson.model.Actionable
          extended by hudson.plugins.violations.hudson.AbstractViolationsProjectAction
              extended by hudson.plugins.violations.hudson.maven.ViolationsMavenAggregatedProjectAction
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject, hudson.search.SearchableModelObject, hudson.search.SearchItem, org.kohsuke.stapler.StaplerProxy

public class ViolationsMavenAggregatedProjectAction
extends AbstractViolationsProjectAction


Constructor Summary
ViolationsMavenAggregatedProjectAction(hudson.model.AbstractProject<?,?> project)
           
 
Method Summary
 java.lang.String getIconFileName()
          Get the icon file name.
 
Methods inherited from class hudson.plugins.violations.hudson.AbstractViolationsProjectAction
doGraph, getDisplayName, getProject, getSearchUrl, getTarget, getUrlName, getViolationsAction
 
Methods inherited from class hudson.model.Actionable
addAction, getAction, getAction, getActions, getActions, getDynamic
 
Methods inherited from class hudson.model.AbstractModelObject
getSearch, getSearchIndex, getSearchName, makeSearchIndex, requirePOST, sendError, sendError, sendError, sendError, sendError
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViolationsMavenAggregatedProjectAction

public ViolationsMavenAggregatedProjectAction(hudson.model.AbstractProject<?,?> project)
Method Detail

getIconFileName

public java.lang.String getIconFileName()
Description copied from class: AbstractViolationsProjectAction
Get the icon file name.

Specified by:
getIconFileName in interface hudson.model.Action
Overrides:
getIconFileName in class AbstractViolationsProjectAction
Returns:
the violations icon or null if not violations are present.


Copyright © 2004-2012. All Rights Reserved.