Uses of Interface
hudson.plugins.pmd.util.ResultAction

Packages that use ResultAction
hudson.plugins.pmd   
hudson.plugins.pmd.util   
 

Uses of ResultAction in hudson.plugins.pmd
 

Classes in hudson.plugins.pmd that implement ResultAction
 class MavenPmdResultAction
          A PmdResultAction for native maven jobs.
 class PmdResultAction
          Controls the live cycle of the PMD results.
 

Methods in hudson.plugins.pmd that return types with arguments of type ResultAction
protected  java.lang.Class<? extends ResultAction<? extends BuildResult>> PmdResult.getResultActionType()
          Returns the actual type of the associated result action.
protected  java.lang.Class<? extends ResultAction<? extends BuildResult>> PmdMavenResult.getResultActionType()
          Returns the actual type of the associated result action.
 

Uses of ResultAction in hudson.plugins.pmd.util
 

Classes in hudson.plugins.pmd.util with type parameters of type ResultAction
 class AbstractProjectAction<T extends ResultAction<?>>
          A project action displays a link on the side panel of a project.
 

Classes in hudson.plugins.pmd.util that implement ResultAction
 class AbstractResultAction<T extends BuildResult>
          Controls the live cycle of Hudson results.
 

Methods in hudson.plugins.pmd.util that return ResultAction
 ResultAction<?> AbstractProjectAction.getLastAction()
          Returns the last valid result action.
 ResultAction<T> ResultAction.getPreviousResultAction()
          Returns the result action from the previous build.
 

Methods in hudson.plugins.pmd.util that return types with arguments of type ResultAction
protected abstract  java.lang.Class<? extends ResultAction<? extends BuildResult>> BuildResult.getResultActionType()
          Returns the actual type of the associated result action.
 



Copyright © 2009. All Rights Reserved.