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 TypeMethodDescriptionlonggetId()@NotNull StringgetName()@NotNull ProjectItemTypegetType()Deprecated.since 9.5, it's always artifact
-
Method Details
-
getId
long getId()- Specified by:
getIdin interfaceBambooIdProvider
-
getName
- Specified by:
getNamein interfaceNameProvider
-
getType
Deprecated.since 9.5, it's always artifact- Returns:
- type of the DeploymentProjectItem
-