|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DeployedOnAction
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.
| 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 |
|---|
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()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||