Interface InternalDeploymentProjectItem
-
- All Superinterfaces:
BambooIdProvider
,NameProvider
- All Known Subinterfaces:
DeploymentProjectItem
,MutableDeploymentProjectItem
- All Known Implementing Classes:
BambooArtifactDeploymentProjectItem
,MutableBambooArtifactDeploymentProjectItem
@Internal public interface InternalDeploymentProjectItem extends BambooIdProvider, NameProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description long
getId()
String
getName()
@NotNull ProjectItemType
getType()
Deprecated.since 9.5, it's always artifact
-
-
-
Method Detail
-
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 @NotNull @NotNull ProjectItemType getType()
Deprecated.since 9.5, it's always artifact- Returns:
- type of the DeploymentProjectItem
-
-