@Entity public class PlanRepositoryLinkImpl extends HibernateBambooEntityObject implements PlanRepositoryLink
| Constructor and Description |
|---|
PlanRepositoryLinkImpl() |
PlanRepositoryLinkImpl(Plan plan,
RepositoryDataEntity repositoryDataEntity,
int position) |
| Modifier and Type | Method and Description |
|---|---|
Plan |
getPlan() |
int |
getPosition() |
RepositoryDataEntity |
getRepositoryDataEntity() |
boolean |
isBuildTrigger()
Deprecated.
since 4.3
|
void |
setBuildTrigger(boolean buildTrigger)
Deprecated.
since 4.3
|
void |
setPlan(Plan plan) |
void |
setPosition(int position) |
void |
setRepositoryDataEntity(RepositoryDataEntity repositoryDataEntity) |
getId, setIdclone, equals, getCreationDate, getCurrentDate, getLastModificationDate, hashCode, setClock, setCreationDate, setLastModificationDatefinalize, getClass, notify, notifyAll, toString, wait, wait, waitsetIdgetIdpublic PlanRepositoryLinkImpl()
public PlanRepositoryLinkImpl(Plan plan, RepositoryDataEntity repositoryDataEntity, int position)
@NotNull public Plan getPlan()
getPlan in interface PlanRepositoryLinkpublic void setPlan(@NotNull
Plan plan)
setPlan in interface PlanRepositoryLink@NotNull public RepositoryDataEntity getRepositoryDataEntity()
getRepositoryDataEntity in interface PlanRepositoryLinkpublic void setRepositoryDataEntity(@NotNull
RepositoryDataEntity repositoryDataEntity)
setRepositoryDataEntity in interface PlanRepositoryLinkpublic int getPosition()
getPosition in interface PlanRepositoryLinkpublic void setPosition(int position)
setPosition in interface PlanRepositoryLink@Deprecated public boolean isBuildTrigger()
@Deprecated public void setBuildTrigger(boolean buildTrigger)
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.