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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @Nullable Long
getParentRepositoryId()
long
getPlanId()
int
getPosition()
long
getRepositoryDataId()
-
-
-
Method Detail
-
getPlanId
long getPlanId()
-
getRepositoryDataId
long getRepositoryDataId()
-
getParentRepositoryId
@Nullable @Nullable Long getParentRepositoryId()
-
getPosition
int getPosition()
- Returns:
- position of the repository in the plan repository list
-
-