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, ParserResult result, java.lang.String defaultEncoding)
          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
WarningsResult(hudson.model.AbstractBuild<?,?> build, java.lang.String defaultEncoding, ParserResult result, WarningsResult previous)
          Creates a new instance of WarningsResult.
WarningsResultAction(hudson.model.AbstractBuild<?,?> owner, HealthDescriptor healthDescriptor, WarningsResult result)
          Creates a new instance of WarningsResultAction.
 



Copyright © 2008. All Rights Reserved.