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

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

Uses of ResultAction in hudson.plugins.checkstyle
 

Classes in hudson.plugins.checkstyle that implement ResultAction
 class CheckStyleResultAction
          Controls the live cycle of the Checkstyle results.
 class MavenCheckStyleResultAction
          A CheckStyleResultAction for native maven jobs.
 

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

Uses of ResultAction in hudson.plugins.checkstyle.util
 

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

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