Package com.atlassian.bamboo.repository
Interface PlanRepositoryLink
- All Superinterfaces:
BambooIdProvider,BambooObject,VersionedEntityComponent<Plan>
- All Known Implementing Classes:
PlanRepositoryLinkImpl
Represents relationship between Plan and Source Repositories.
- Since:
- 3.4
-
Method Summary
Modifier and TypeMethodDescription@NotNull PlangetPlan()int@NotNull RepositoryDataEntityvoidvoidsetPosition(int position) voidsetRepositoryDataEntity(@NotNull RepositoryDataEntity repositoryDataEntity) Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getIdMethods inherited from interface com.atlassian.bamboo.core.BambooObject
setIdMethods inherited from interface com.atlassian.bamboo.versioning.VersionedEntityComponent
getRoot
-
Method Details
-
getPlan
-
setPlan
-
getRepositoryDataEntity
-
setRepositoryDataEntity
-
getPosition
int getPosition()- Returns:
- position of the repository in the plan repository list
-
setPosition
void setPosition(int position)
-