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.
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the human-readable description used as img/@alt.
|
String |
getImageOf(String size)
Returns the URL to the image.
|
String getImageOf(String size)
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.)String getDescription()
Copyright © 2016–2017. All rights reserved.