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

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

Uses of ResultAction in hudson.plugins.warnings
 

Classes in hudson.plugins.warnings that implement ResultAction
 class WarningsResultAction
          Controls the live cycle of the warnings results.
 

Uses of ResultAction in hudson.plugins.warnings.util
 

Classes in hudson.plugins.warnings.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.warnings.util that implement ResultAction
 class AbstractResultAction<T extends BuildResult>
          Controls the live cycle of Hudson results.
 

Methods in hudson.plugins.warnings.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.