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, ornullif link is not pinned.voidsetRevision(String revision) Sets or clears the pinned revision.Methods inherited from interface com.polarion.platform.persistence.model.IChangeGenerator
setChangeOwnerMethods inherited from interface com.polarion.platform.persistence.model.IChangeListener
markChangedMethods inherited from interface com.polarion.platform.persistence.model.IHasCustomValues
getCustomField, getCustomFieldPrototype, getCustomFieldsList, setCustomFieldMethods 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, ornullif link is not pinned. -
setRevision
Sets or clears the pinned revision.- Parameters:
revision- string identifier of pinned revision, ornullto clear the pinned revision
-