Package com.polarion.alm.tracker.model
Interface ITrackerBuild
- All Superinterfaces:
IAdaptable
,IBuild
,IChangeListener
,IHasCustomValues
,IHasValues
,IPObject
-
Field Summary
Fields inherited from interface com.polarion.alm.builder.model.IBuild
AUTHOR, BIR_LOCATION, BUILD_ARTIFACT, BUILD_DESCRIPTOR_NAME, BUILD_EVENTS, BUILD_REQUESTOR_SPECIFIC_DATA, BUILD_STAMP, BUILD_STATUS, BUILD_TAG, BUILD_TEST_RESULTS, CALCULATION_DESCRIPTOR_NAME, CREATION_TIME, DEPLOYED_ARTIFACTS, FINISH_TIME, JOB_ID, LOCAL_DEPLOYMENT_SPACE_NAME, LOG_FILES, PROTO, REPORT_LOCATION, START_TIME
-
Method Summary
Modifier and TypeMethodDescriptionboolean
addLinkedItem
(IWorkItem item, ILinkRoleOpt role, String revision) Adds the link.Returns the collection ofIBuildLinkedWorkItemStruct
structures contained in this build.Methods inherited from interface com.polarion.platform.persistence.model.IAdaptable
adapt
Methods inherited from interface com.polarion.alm.builder.model.IBuild
getAuthor, getBIRLocation, getBuildArtifact, getBuildDescriptorName, getBuildEvents, getBuildRequestorSpecificDataValue, getBuildStamp, getBuildStatus, getBuildTag, getBuildTestResults, getCalculationDescriptorName, getCreationTime, getDeployedArtifacts, getDurationAsString, getFinishTime, getJobId, getLocalDeploymentSpaceName, getLogFiles, getStartTime
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.IPObject
can, copyTo, createStructureForKey, forget, getContextId, getDataRevision, getDataSvc, getEnumerationOptionForField, getEnumerationTypeForField, getFieldLabel, getFieldType, getIncompatibleCustomField, getIncompatibleCustomFieldPrototype, getIncompatibleCustomFieldsList, getLastRevision, getLocalId, getObjectId, getPrototype, getRevision, getUri, getValue, isModified, isPersisted, isReadOnly, isResolved, isUnresolvable, resolve, save, setEnumerationValue, setValue, update
-
Field Details
-
KEY_LINKED_WORK_ITEMS
- See Also:
-
-
Method Details
-
getLinkedWorkItemsStructs
Collection getLinkedWorkItemsStructs()Returns the collection ofIBuildLinkedWorkItemStruct
structures contained in this build. -
addLinkedItem
Adds the link. Does nothing, if such a link already exists.- Parameters:
item
-role
-- Returns:
- true if the item was actually modified
-