public class CopyAction<T extends hudson.model.AbstractItem> extends Object implements hudson.model.Action
| Constructor and Description |
|---|
CopyAction(T item) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCloneName() |
String |
getDisplayName() |
String |
getIconFileName() |
T |
getItem() |
String |
getItemName() |
String |
getUrlName() |
public CopyAction(T item)
public String getCloneName()
public T getItem()
public String getItemName()
public String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic String getUrlName()
getUrlName in interface hudson.model.ActionCopyright © 2004-2015. All Rights Reserved.