Interface InternalDeploymentVersionItem
- All Superinterfaces:
BambooIdProvider
,NameProvider
- All Known Subinterfaces:
ArtifactDeploymentVersionItem
,DeploymentVersionItem
,MutableArtifactDeploymentVersionItem
,MutableDeploymentVersionItem
- All Known Implementing Classes:
ArtifactDeploymentVersionItemImpl
,MutableArtifactDeploymentVersionItemImpl
,RestArtifactDeploymentVersionItem
,RestDeploymentVersionItem
-
Method Summary
Modifier and TypeMethodDescriptionlong
getId()
@NotNull String
getName()
@NotNull ProjectItemType
getType()
Deprecated.since 9.5, it's always artifact
-
Method Details
-
getId
long getId()- Specified by:
getId
in interfaceBambooIdProvider
-
getName
- Specified by:
getName
in interfaceNameProvider
-
getType
Deprecated.since 9.5, it's always artifact- Returns:
- type of the DeploymentProjectItem
-