@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, setId
clone, equals, getCreationDate, getCurrentDate, getLastModificationDate, hashCode, setClock, setCreationDate, setLastModificationDate
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
setId
getId
public PlanRepositoryLinkImpl()
public PlanRepositoryLinkImpl(Plan plan, RepositoryDataEntity repositoryDataEntity, int position)
@NotNull public Plan getPlan()
getPlan
in interface PlanRepositoryLink
public void setPlan(@NotNull Plan plan)
setPlan
in interface PlanRepositoryLink
@NotNull public RepositoryDataEntity getRepositoryDataEntity()
getRepositoryDataEntity
in interface PlanRepositoryLink
public void setRepositoryDataEntity(@NotNull RepositoryDataEntity repositoryDataEntity)
setRepositoryDataEntity
in interface PlanRepositoryLink
public int getPosition()
getPosition
in interface PlanRepositoryLink
public void setPosition(int position)
setPosition
in interface PlanRepositoryLink
@Deprecated public boolean isBuildTrigger()
@Deprecated public void setBuildTrigger(boolean buildTrigger)
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.