org.jenkins.ui.icon
Interface IconSpec


public interface IconSpec

Icon Specification.

Plugin extension points that implement/extend Action/ManagementLink should also implement this interface.

Author:
tom.fennelly@gmail.com

Method Summary
 String getIconClassName()
          Get the Icon class specification e.g.
 

Method Detail

getIconClassName

String getIconClassName()
Get the Icon class specification e.g. 'icon-notepad'.

Note: do NOT include icon size specifications (such as 'icon-sm').

Returns:
The Icon class specification e.g. 'icon-notepad'.


Copyright © 2004-2014. All Rights Reserved.