public interface PlanRepositoryLink extends BambooObject
Modifier and Type | Method and Description |
---|---|
Plan |
getPlan() |
int |
getPosition() |
RepositoryDataEntity |
getRepositoryDataEntity() |
void |
setPlan(Plan plan) |
void |
setPosition(int position) |
void |
setRepositoryDataEntity(RepositoryDataEntity repositoryDataEntity) |
setId
getId
@NotNull Plan getPlan()
void setPlan(@NotNull Plan plan)
@NotNull RepositoryDataEntity getRepositoryDataEntity()
void setRepositoryDataEntity(@NotNull RepositoryDataEntity repositoryDataEntity)
int getPosition()
void setPosition(int position)
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.