Package com.polarion.alm.tracker.model
Interface IBuildLinkedWorkItemStruct
- All Superinterfaces:
IChangeGenerator
,IChangeListener
,IHasCustomValues
,IHasValues
,IStructure
- Author:
- banszelj
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionReturns the string identifier of pinned revision, ornull
if link is not pinned.void
setRevision
(String revision) Sets or clears the pinned revision.Methods inherited from interface com.polarion.platform.persistence.model.IChangeGenerator
setChangeOwner
Methods inherited from interface com.polarion.platform.persistence.model.IChangeListener
markChanged
Methods inherited from interface com.polarion.platform.persistence.model.IHasCustomValues
getCustomField, getCustomFieldPrototype, getCustomFieldsList, setCustomField
Methods inherited from interface com.polarion.platform.persistence.model.IStructure
getEnumeration, getEnumerationOptionForField, getEnumerationTypeForField, getPrototype, getValue, isModified, isReadOnly, isReadOnly, setValue
-
Field Details
-
KEY_WORK_ITEM
- See Also:
-
KEY_REVISION
- See Also:
-
KEY_ROLE
- See Also:
-
-
Method Details
-
getLinkedItem
IWorkItem getLinkedItem() -
getLinkRole
ILinkRoleOpt getLinkRole() -
getRevision
String getRevision()Returns the string identifier of pinned revision, ornull
if link is not pinned. -
setRevision
Sets or clears the pinned revision.- Parameters:
revision
- string identifier of pinned revision, ornull
to clear the pinned revision
-