Package com.atlassian.bamboo.core
Interface ProjectIdProvider
-
- All Known Subinterfaces:
PartialVcsRepositoryData
,PlanRepositoryDefinition
,RepositoryDataEntity
,VcsRepositoryData
- All Known Implementing Classes:
CompleteVcsRepositoryData
,MockVcsRepositoryData
,PartialVcsRepositoryDataImpl
,PlanRepositoryDefinitionImpl
,RepositoryDataEntityImpl
,VcsRepositoryDataImpl
public interface ProjectIdProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @Nullable Long
getProjectId()
-
-
-
Method Detail
-
getProjectId
@Nullable @Nullable Long getProjectId()
- Returns:
- id of the project which is related with given entity
-
-