com.polarion.alm.tracker.model.ITrackerBuild


FIELDS
Modifiers and TypeNameDescription
String KEY_LINKED_WORK_ITEMS
METHODS
Modifiers and TypeNameDescription
Collection getLinkedWorkItemsStructs() Returns the collection of {@link IBuildLinkedWorkItemStruct} structures contained in this build.
boolean addLinkedItem(IWorkItem,ILinkRoleOpt,String) Adds the link. Does nothing, if such a link already exists.

Back to Index