hudson.plugins.analysis.util
Interface ToolTipProvider

All Known Implementing Classes:
AbstractResultAction

public interface ToolTipProvider

Provides tooltips for single or multiple items.

Author:
Ulli Hafner

Method Summary
 String getTooltip(int numberOfItems)
          Returns the tooltip for the specified number of items.
 

Method Detail

getTooltip

String getTooltip(int numberOfItems)
Returns the tooltip for the specified number of items.

Parameters:
numberOfItems - the number of items to display the tooltip for
Returns:
the tooltip for the specified items


Copyright © 2004-2012 Hudson. All Rights Reserved.