![JAR search and dependency download from the Maven repository](/logo.png)
hudson.plugins.analysis.util.ToolTipProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of analysis-core Show documentation
Show all versions of analysis-core Show documentation
This plug-in provides utilities for the static code analysis plug-ins.
The newest version!
package hudson.plugins.analysis.util;
/**
* Provides tooltips for single or multiple items.
*
* @author Ulli Hafner
*/
public interface ToolTipProvider {
/**
* Returns the tooltip for the specified number of items.
*
* @param numberOfItems
* the number of items to display the tooltip for
* @return the tooltip for the specified items
*/
String getTooltip(final int numberOfItems);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy