Class BuildReference
java.lang.Object
com.polarion.alm.shared.api.model.ModelEntityReferenceBase<Build,BuildReference>
com.polarion.alm.shared.api.model.build.BuildReference
- All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable
,HasId
,HasProjectId
,ModelEntityReference
,HasPortalLink
,Serializable
public final class BuildReference
extends ModelEntityReferenceBase<Build,BuildReference>
implements HasId, HasProjectId, HasPortalLink
- Since:
- 3.9.0
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateLink
(SharedContext context) Creates portal link.get
(ReadOnlyTransaction transaction) Returns the entity referenced by this reference.id()
toPath()
Returns type specific unique identification path of the object, for example for Work Items in project it is 'projectId/workItemId'.
It ignores requested revision.Methods inherited from class com.polarion.alm.shared.api.model.ModelEntityReferenceBase
toString
-
Constructor Details
-
BuildReference
- Throws:
IllegalArgumentException
- when projectId or id is empty string
-
-
Method Details
-
id
-
projectId
- Specified by:
projectId
in interfaceHasProjectId
-
toPath
Description copied from interface:ModelEntityReference
Returns type specific unique identification path of the object, for example for Work Items in project it is 'projectId/workItemId'.
It ignores requested revision.- Specified by:
toPath
in interfaceModelEntityReference
- See Also: