Interface InternalDeploymentProjectItem
- All Superinterfaces:
BambooIdProvider,NameProvider
- All Known Subinterfaces:
DeploymentProjectItem,MutableDeploymentProjectItem
- All Known Implementing Classes:
BambooArtifactDeploymentProjectItem,MutableBambooArtifactDeploymentProjectItem
-
Method Summary
Modifier and TypeMethodDescriptionlonggetId()getName()@NotNull ProjectItemTypegetType()Deprecated.since 9.5, it's always artifact
-
Method Details
-
getId
long getId()- Specified by:
getIdin interfaceBambooIdProvider- Returns:
- database id
-
getName
String getName()- Specified by:
getNamein interfaceNameProvider- Returns:
- name of the DeploymentProjectItem
-
getType
Deprecated.since 9.5, it's always artifact- Returns:
- type of the DeploymentProjectItem
-