Uses of Class
hudson.model.ResultTrend

Packages that use ResultTrend
hudson.model Core object model that are bound to URLs via stapler, rooted at Hudson
 

Uses of ResultTrend in hudson.model
 

Methods in hudson.model that return ResultTrend
static ResultTrend ResultTrend.getResultTrend(AbstractBuild<?,?> build)
          Returns the result trend of a build.
static ResultTrend ResultTrend.getResultTrend(Run<?,?> run)
          Returns the result trend of a run.
static ResultTrend ResultTrend.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ResultTrend[] ResultTrend.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2004-2013. All Rights Reserved.