com.atlassian.bamboo.repository
Class PlanRepositoryLinkImpl
java.lang.Object
com.atlassian.core.bean.EntityObject
com.atlassian.bamboo.core.BambooEntityObject
com.atlassian.bamboo.repository.PlanRepositoryLinkImpl
- All Implemented Interfaces:
- BambooIdProvider, BambooObject, PlanRepositoryLink, java.lang.Cloneable
public class PlanRepositoryLinkImpl
- extends BambooEntityObject
- implements PlanRepositoryLink
Methods inherited from class com.atlassian.core.bean.EntityObject |
clone, equals, getCreationDate, getCurrentDate, getLastModificationDate, hashCode, setClock, setCreationDate, setLastModificationDate |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
PlanRepositoryLinkImpl
public PlanRepositoryLinkImpl()
PlanRepositoryLinkImpl
public PlanRepositoryLinkImpl(Plan plan,
RepositoryDataEntity repositoryDataEntity,
int position,
boolean buildTrigger)
getPlan
@NotNull
public Plan getPlan()
- Specified by:
getPlan
in interface PlanRepositoryLink
setPlan
public void setPlan(@NotNull
Plan plan)
- Specified by:
setPlan
in interface PlanRepositoryLink
getRepositoryDataEntity
@NotNull
public RepositoryDataEntity getRepositoryDataEntity()
- Specified by:
getRepositoryDataEntity
in interface PlanRepositoryLink
setRepositoryDataEntity
public void setRepositoryDataEntity(@NotNull
RepositoryDataEntity repositoryDataEntity)
- Specified by:
setRepositoryDataEntity
in interface PlanRepositoryLink
getRepositoryDefinitionEntity
@NotNull
public RepositoryDefinitionEntity getRepositoryDefinitionEntity()
- Specified by:
getRepositoryDefinitionEntity
in interface PlanRepositoryLink
- Returns:
setRepositoryDefinitionEntity
public void setRepositoryDefinitionEntity(@NotNull
RepositoryDefinitionEntity repositoryDefinition)
- Specified by:
setRepositoryDefinitionEntity
in interface PlanRepositoryLink
getPosition
public int getPosition()
- Specified by:
getPosition
in interface PlanRepositoryLink
- Returns:
- position of the repository in the plan repository list
setPosition
public void setPosition(int position)
- Specified by:
setPosition
in interface PlanRepositoryLink
isBuildTrigger
public boolean isBuildTrigger()
- Specified by:
isBuildTrigger
in interface PlanRepositoryLink
- Returns:
- true iff changes detected in the referenced Source Repository should trigger the build
setBuildTrigger
public void setBuildTrigger(boolean buildTrigger)
- Specified by:
setBuildTrigger
in interface PlanRepositoryLink
Copyright © 2012 Atlassian. All Rights Reserved.