public abstract class ItemOwnershipAction<TObjectType extends hudson.model.Actionable> extends OwnershipAction implements IOwnershipItem<TObjectType>
ICON_FILENAME, URL_NAME| Constructor and Description |
|---|
ItemOwnershipAction(TObjectType discribedItem)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
TObjectType |
getDescribedItem()
Gets item, which is being described by action.
|
getIconFileName, getUrlNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithelperpublic ItemOwnershipAction(TObjectType discribedItem)
discribedItem - Item, which is related to actionpublic final TObjectType getDescribedItem()
IOwnershipItemgetDescribedItem in interface IOwnershipItem<TObjectType extends hudson.model.Actionable>Copyright © 2004-2013. All Rights Reserved.