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 Plan
getPlan()
int
@NotNull RepositoryDataEntity
void
void
setPosition
(int position) void
setRepositoryDataEntity
(@NotNull RepositoryDataEntity repositoryDataEntity) Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getId
Methods inherited from interface com.atlassian.bamboo.core.BambooObject
setId
Methods 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)
-