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