|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PlanDependency | |
---|---|
com.atlassian.bamboo.build | |
com.atlassian.bamboo.migration.stream | |
com.atlassian.bamboo.ww2.actions.build.admin | |
com.atlassian.bamboo.ww2.actions.chains.admin |
Uses of PlanDependency in com.atlassian.bamboo.build |
---|
Classes in com.atlassian.bamboo.build that implement PlanDependency | |
---|---|
class |
PlanDependencyImpl
|
Methods in com.atlassian.bamboo.build that return types with arguments of type PlanDependency | |
---|---|
java.util.Collection<PlanDependency> |
PlanDependencyHibernateDao.findAllDependencies()
|
java.util.Collection<PlanDependency> |
PlanDependencyDao.findAllDependencies()
|
java.util.Set<PlanDependency> |
PlanDependencyManagerImpl.getAllDependencies()
Retrieves all dependency relationships in the system regardless of the plan involved |
java.util.Set<PlanDependency> |
PlanDependencyManager.getAllDependencies()
Retrieves all dependency relationships in the system regardless of the plans involved |
java.util.Collection<PlanDependency> |
PlanDependencyHibernateDao.getChildNonEditableDependencies(Plan plan)
|
java.util.Collection<PlanDependency> |
PlanDependencyDao.getChildNonEditableDependencies(Plan plan)
|
java.util.Set<PlanDependency> |
PlanDependencyManagerImpl.getChildPlanDependencies(Plan plan)
|
java.util.Collection<PlanDependency> |
PlanDependencyHibernateDao.getChildPlanDependencies(Plan plan)
|
java.util.Set<PlanDependency> |
PlanDependencyManager.getChildPlanDependencies(Plan plan)
Retrievs all plan dependencies in which the given plan features as a parent |
java.util.Collection<PlanDependency> |
PlanDependencyDao.getChildPlanDependencies(Plan plan)
Retrievs all plan dependencies in which the given plan features as a parent |
java.util.Collection<PlanDependency> |
PlanDependencyHibernateDao.getParentNonEditableDependencies(Plan plan)
|
java.util.Collection<PlanDependency> |
PlanDependencyDao.getParentNonEditableDependencies(Plan plan)
|
java.util.Set<PlanDependency> |
PlanDependencyManagerImpl.getParentPlanDependencies(Plan plan)
|
java.util.Collection<PlanDependency> |
PlanDependencyHibernateDao.getParentPlanDependencies(Plan plan)
|
java.util.Set<PlanDependency> |
PlanDependencyManager.getParentPlanDependencies(Plan plan)
Retrievs all plan dependencies in which the given plan features as a child |
java.util.Collection<PlanDependency> |
PlanDependencyDao.getParentPlanDependencies(Plan plan)
Retrievs all plan dependencies in which the given plan features as a child |
Methods in com.atlassian.bamboo.build with parameters of type PlanDependency | |
---|---|
boolean |
ParentChainPredicate.apply(PlanDependency planDependency)
|
boolean |
ParentBuildPredicate.apply(PlanDependency planDependency)
|
boolean |
ChildChainPredicate.apply(PlanDependency planDependency)
|
boolean |
ChildBuildPredicate.apply(PlanDependency planDependency)
|
boolean |
PlanDependencyManagerImpl.savePlanDependency(PlanDependency dependency)
|
boolean |
PlanDependencyManager.savePlanDependency(PlanDependency dependency)
Save the given dependency. |
Uses of PlanDependency in com.atlassian.bamboo.migration.stream |
---|
Methods in com.atlassian.bamboo.migration.stream that return PlanDependency | |
---|---|
protected PlanDependency |
ProjectDependencyMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor)
|
protected PlanDependency |
LegacyProjectDependencyMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor)
|
Methods in com.atlassian.bamboo.migration.stream with parameters of type PlanDependency | |
---|---|
void |
LegacyProjectDependencyMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor inputCursor,
java.util.List<PlanDependency> planDependencies,
PlanDependency object,
long objectIndex,
net.sf.hibernate.Session session)
|
protected void |
ProjectDependencyMapper.exportProperties(org.codehaus.staxmate.out.SMOutputElement outputElement,
PlanDependency object,
net.sf.hibernate.Session session)
|
protected void |
ProjectDependencyMapper.importProperties(PlanDependency object,
org.codehaus.staxmate.in.SMInputCursor inputCursor,
net.sf.hibernate.Session session)
|
protected void |
LegacyProjectDependencyMapper.importProperties(PlanDependency object,
org.codehaus.staxmate.in.SMInputCursor inputCursor,
net.sf.hibernate.Session session)
|
protected void |
AbstractProjectDependencyMapper.saveDependency(PlanDependency planDependency)
|
Method parameters in com.atlassian.bamboo.migration.stream with type arguments of type PlanDependency | |
---|---|
void |
LegacyProjectDependencyMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor inputCursor,
java.util.List<PlanDependency> planDependencies,
PlanDependency object,
long objectIndex,
net.sf.hibernate.Session session)
|
Uses of PlanDependency in com.atlassian.bamboo.ww2.actions.build.admin |
---|
Methods in com.atlassian.bamboo.ww2.actions.build.admin that return types with arguments of type PlanDependency | |
---|---|
java.util.Set<PlanDependency> |
ViewBuildConfiguration.getChildChainDependencies()
|
java.util.Set<PlanDependency> |
ViewBuildConfiguration.getChildPlanDependencies()
|
java.util.Set<PlanDependency> |
ViewBuildConfiguration.getParentChainDependencies()
|
java.util.Set<PlanDependency> |
ViewBuildConfiguration.getParentPlanDependencies()
|
Uses of PlanDependency in com.atlassian.bamboo.ww2.actions.chains.admin |
---|
Methods in com.atlassian.bamboo.ww2.actions.chains.admin that return types with arguments of type PlanDependency | |
---|---|
java.util.Set<PlanDependency> |
ViewChainConfiguration.getChildChainDependencies()
|
java.util.Set<PlanDependency> |
ViewChainConfiguration.getChildPlanDependencies()
|
java.util.Set<PlanDependency> |
ViewChainConfiguration.getParentChainDependencies()
|
java.util.Set<PlanDependency> |
ViewChainConfiguration.getParentPlanDependencies()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |