jenkins.plugins.deployedoncolumn
Interface DeployedOnAction

All Superinterfaces:
hudson.model.Action, hudson.model.ModelObject, Serializable

public interface DeployedOnAction
extends hudson.model.Action, Serializable

Action that contributes an icon to the "Deployed on" column.

This can be implemented by Actions that associate themselves with Build.

Actions with this marker should have a icons in the three sizes required by the standard views, i.e. 16x16, 24x24 and 32x32.

Since:
1.0
Author:
stephenc

Method Summary
 String getDescription()
          Gets the human-readable description used as img/@alt.
 String getImageOf(String size)
          Returns the URL to the image.
 
Methods inherited from interface hudson.model.Action
getDisplayName, getIconFileName, getUrlName
 

Method Detail

getImageOf

String getImageOf(String size)
Returns the URL to the image.

Parameters:
size - The size specified. Must support "16x16", "24x24", and "32x32" at least. For forward compatibility, if you receive a size that's not supported, consider returning your biggest icon (and let the browser rescale.)
Returns:
The URL is rendered as is in the img @src attribute, so it must contain the context path, etc.

getDescription

String getDescription()
Gets the human-readable description used as img/@alt.



Copyright © 2004-2013. All Rights Reserved.