Package com.atlassian.bamboo.repository
Interface PlanRepositoryLinkDto
- All Known Implementing Classes:
PlanRepositoryLinkDtoImpl
public interface PlanRepositoryLinkDto
Represents relationship between Plan and Source Repositories in light form: just the ids.
- Since:
- 9.3
-
Method Summary
-
Method Details
-
getPlanId
long getPlanId() -
getRepositoryDataId
long getRepositoryDataId() -
getParentRepositoryId
-
getPosition
int getPosition()- Returns:
- position of the repository in the plan repository list
-