Uses of Class
hudson.plugins.warnings.WarningsResult

Packages that use WarningsResult
hudson.plugins.warnings   
 

Uses of WarningsResult in hudson.plugins.warnings
 

Methods in hudson.plugins.warnings that return WarningsResult
 WarningsResult WarningsResultBuilder.build(hudson.model.AbstractBuild<?,?> build, JavaProject project)
          Creates a result that persists the warnings information for the specified build.
 

Methods in hudson.plugins.warnings with parameters of type WarningsResult
static java.lang.String ResultSummary.createDeltaMessage(WarningsResult result)
          Returns the message to show as the result summary.
static java.lang.String ResultSummary.createSummary(WarningsResult result)
          Returns the message to show as the result summary.
 

Constructors in hudson.plugins.warnings with parameters of type WarningsResult
WarningsResultAction(hudson.model.AbstractBuild<?,?> owner, HealthReportBuilder healthReportBuilder, WarningsResult result)
          Creates a new instance of WarningsResultAction.
 



Copyright © 2008. All Rights Reserved.