hudson.plugins.dry
Class DryProjectAction

java.lang.Object
  extended by hudson.plugins.analysis.core.AbstractProjectAction<hudson.plugins.analysis.core.ResultAction<DryResult>>
      extended by hudson.plugins.dry.DryProjectAction
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject

public class DryProjectAction
extends hudson.plugins.analysis.core.AbstractProjectAction<hudson.plugins.analysis.core.ResultAction<DryResult>>

Entry point to visualize the DRY trend graph in the project screen. Drawing of the graph is delegated to the associated ResultAction.

Author:
Ulli Hafner

Constructor Summary
DryProjectAction(hudson.model.AbstractProject<?,?> project)
          Instantiates a new DryProjectAction.
DryProjectAction(hudson.model.AbstractProject<?,?> project, Class<? extends hudson.plugins.analysis.core.ResultAction<DryResult>> type)
          Instantiates a new DryProjectAction.
 
Method Summary
 
Methods inherited from class hudson.plugins.analysis.core.AbstractProjectAction
canShowEnableTrendLink, createBuildHistory, createConfiguration, createDefaultConfiguration, createUserConfiguration, doIndex, getAvailableGraphs, getDisplayName, getDynamic, getIconFileName, getLastAction, getLastFinishedBuild, getProject, getResultAction, getTrendDetails, getTrendDetails, getTrendGraph, getTrendGraph, getTrendName, getUrlName, hasValidResults, isTrendDeactivated, isTrendVisible
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DryProjectAction

public DryProjectAction(hudson.model.AbstractProject<?,?> project)
Instantiates a new DryProjectAction.

Parameters:
project - the project that owns this action

DryProjectAction

public DryProjectAction(hudson.model.AbstractProject<?,?> project,
                        Class<? extends hudson.plugins.analysis.core.ResultAction<DryResult>> type)
Instantiates a new DryProjectAction.

Parameters:
project - the project that owns this action
type - the result action type


Copyright © 2004-2013 Hudson. All Rights Reserved.