Uses of Class
hudson.plugins.testabilityexplorer.helpers.BuildProxy

Packages that use BuildProxy
hudson.plugins.testabilityexplorer.helpers   
 

Uses of BuildProxy in hudson.plugins.testabilityexplorer.helpers
 

Methods in hudson.plugins.testabilityexplorer.helpers that return BuildProxy
 BuildProxy BuildProxyCallableHelper.call()
          Delegates report parsing to the ParseDelegate.
 

Methods in hudson.plugins.testabilityexplorer.helpers with parameters of type BuildProxy
protected  void ReportParseDelegate.flagBuild(boolean successful, BuildProxy build)
           
protected  java.util.List<hudson.FilePath> ReportParseDelegate.getFilesToParse(BuildProxy build)
          Returns a list of FilePath's that are supposed to be parsed.
 boolean ParseDelegate.perform(BuildProxy build, hudson.model.BuildListener listener)
           
 boolean ReportParseDelegate.perform(BuildProxy build, hudson.model.BuildListener listener)
          Uses the reportFilenamePattern in this ReportParseDelegate to look for report files which will then be delegated for parsing.
 

Constructors in hudson.plugins.testabilityexplorer.helpers with parameters of type BuildProxy
BuildProxyCallableHelper(BuildProxy buildProxy, ParseDelegate parseDelegate, hudson.model.BuildListener listener)
           
 



Copyright © 2009. All Rights Reserved.