Uses of Interface
com.ikokoon.serenity.hudson.ISerenityResult

Packages that use ISerenityResult
com.ikokoon.serenity.hudson   
 

Uses of ISerenityResult in com.ikokoon.serenity.hudson
 

Classes in com.ikokoon.serenity.hudson that implement ISerenityResult
 class SerenityResult
          This is the result that will be used to render the results on the front end.
 

Methods in com.ikokoon.serenity.hudson that return ISerenityResult
 ISerenityResult SerenityProjectAction.getLastResult()
           
 ISerenityResult SerenityBuildAction.getResult()
           
 

Constructors in com.ikokoon.serenity.hudson with parameters of type ISerenityResult
SerenityBuildAction(hudson.model.AbstractBuild owner, ISerenityResult result)
          Constructor takes the Hudson build owner and the result that will be presented to the front end for displaying the data from teh build and metrics.
 



Copyright © 2010. All Rights Reserved.