hudson.plugins.violations
Class ViolationsProjectAction

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.ViolationsProjectAction
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject, hudson.search.SearchableModelObject, hudson.search.SearchItem, org.kohsuke.stapler.StaplerProxy

public class ViolationsProjectAction
extends AbstractViolationsProjectAction

Project level action.


Constructor Summary
ViolationsProjectAction(hudson.model.AbstractProject<?,?> project)
          Create a project action for the violations.
 
Method Summary
 
Methods inherited from class hudson.plugins.violations.hudson.AbstractViolationsProjectAction
doGraph, getDisplayName, getIconFileName, 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

ViolationsProjectAction

public ViolationsProjectAction(hudson.model.AbstractProject<?,?> project)
Create a project action for the violations.

Parameters:
project - the current project.


Copyright © 2004-2012. All Rights Reserved.