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