|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BambooVcsBranch | |
---|---|
com.atlassian.bamboo.build.creation | |
com.atlassian.bamboo.migration.stream | |
com.atlassian.bamboo.plan.branch |
Uses of BambooVcsBranch in com.atlassian.bamboo.build.creation |
---|
Methods in com.atlassian.bamboo.build.creation that return types with arguments of type BambooVcsBranch | |
---|---|
java.util.List<BambooVcsBranch> |
PlanCreationBean.getVcsBranches()
|
Method parameters in com.atlassian.bamboo.build.creation with type arguments of type BambooVcsBranch | |
---|---|
void |
PlanCreationBean.setVcsBranchesBeingCreated(java.util.List<BambooVcsBranch> vcsBranches)
|
Uses of BambooVcsBranch in com.atlassian.bamboo.migration.stream |
---|
Methods in com.atlassian.bamboo.migration.stream that return BambooVcsBranch | |
---|---|
protected BambooVcsBranch |
VcsBranchMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor)
|
Methods in com.atlassian.bamboo.migration.stream with parameters of type BambooVcsBranch | |
---|---|
void |
VcsBranchMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor cursor,
java.util.List<BambooVcsBranch> list,
BambooVcsBranch branch,
long objectIndex,
net.sf.hibernate.Session session)
|
protected void |
VcsBranchMapper.exportProperties(org.codehaus.staxmate.out.SMOutputElement outputElement,
BambooVcsBranch branch,
net.sf.hibernate.Session session,
ExportDetailsBean exportDetailsBean)
|
protected void |
VcsBranchMapper.importProperties(BambooVcsBranch branch,
org.codehaus.staxmate.in.SMInputCursor inputCursor,
net.sf.hibernate.Session session)
|
Method parameters in com.atlassian.bamboo.migration.stream with type arguments of type BambooVcsBranch | |
---|---|
void |
VcsBranchMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor cursor,
java.util.List<BambooVcsBranch> list,
BambooVcsBranch branch,
long objectIndex,
net.sf.hibernate.Session session)
|
Uses of BambooVcsBranch in com.atlassian.bamboo.plan.branch |
---|
Classes in com.atlassian.bamboo.plan.branch that implement BambooVcsBranch | |
---|---|
class |
BambooVcsBranchImpl
|
Methods in com.atlassian.bamboo.plan.branch that return types with arguments of type BambooVcsBranch | |
---|---|
java.util.List<BambooVcsBranch> |
VcsBranchHibernateDao.findByChain(Chain chain)
Cannot pass ImmutableChain here because this method associates chain argument with objects fetched from Hibernate, therefore chain argument has to be a Hibernate entity itself. |
java.util.List<BambooVcsBranch> |
VcsBranchManager.findByChain(Chain chain)
|
java.util.List<BambooVcsBranch> |
VcsBranchDao.findByChain(Chain chain)
|
java.util.List<BambooVcsBranch> |
VcsBranchManagerImpl.findByChain(Chain chain)
Cannot pass ImmutableChain here because DAO associates chain argument with objects fetched from Hibernate, therefore chain argument has to be a Hibernate entity itself. |
Methods in com.atlassian.bamboo.plan.branch with parameters of type BambooVcsBranch | |
---|---|
void |
VcsBranchManager.save(BambooVcsBranch branch)
|
void |
VcsBranchManagerImpl.save(BambooVcsBranch branch)
|
Method parameters in com.atlassian.bamboo.plan.branch with type arguments of type BambooVcsBranch | |
---|---|
void |
VcsBranchManager.saveAll(java.lang.Iterable<BambooVcsBranch> vcsBranches)
|
void |
VcsBranchManagerImpl.saveAll(java.lang.Iterable<BambooVcsBranch> requestedBranchesToSave)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |