org.jenkinsci.plugins.DependencyCheck
Class DependencyCheckProjectAction

java.lang.Object
  extended by hudson.plugins.analysis.core.AbstractProjectAction<hudson.plugins.analysis.core.ResultAction<DependencyCheckResult>>
      extended by org.jenkinsci.plugins.DependencyCheck.DependencyCheckProjectAction
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject

public class DependencyCheckProjectAction
extends hudson.plugins.analysis.core.AbstractProjectAction<hudson.plugins.analysis.core.ResultAction<DependencyCheckResult>>

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

Author:
Steve Springett (steve.springett@owasp.org), based on PmdProjectAction by Ulli Hafner

Constructor Summary
DependencyCheckProjectAction(hudson.model.AbstractProject<?,?> project)
          Instantiates a new DependencyCheckProjectAction.
DependencyCheckProjectAction(hudson.model.AbstractProject<?,?> project, Class<? extends hudson.plugins.analysis.core.ResultAction<DependencyCheckResult>> type)
          Instantiates a new DependencyCheckProjectAction.
 
Method Summary
 
Methods inherited from class hudson.plugins.analysis.core.AbstractProjectAction
canShowEnableTrendLink, createBuildHistory, createConfiguration, createDefaultConfiguration, createUserConfiguration, doIndex, getApi, 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

DependencyCheckProjectAction

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

Parameters:
project - the project that owns this action

DependencyCheckProjectAction

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

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


Copyright © 2012-2015 OWASP. All Rights Reserved.