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.
 

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.
 



Copyright © 2008. All Rights Reserved.