Uses of Interface
com.atlassian.bamboo.plan.PlanParticle
-
Uses of PlanParticle in com.atlassian.bamboo.plan
Modifier and TypeMethodDescriptionvoid
PlanParticleManager.adjustPlanParticles
(@NotNull PlanKey planKey, @NotNull Collection<? extends PlanParticle> consumedParticles, @NotNull Collection<? extends PlanParticle> producedParticles) Adjust list of plan's consumed and produced particles.void
PlanParticleManagerImpl.adjustPlanParticles
(@NotNull PlanKey planKey, @NotNull Collection<? extends PlanParticle> consumedParticles, @NotNull Collection<? extends PlanParticle> producedParticles) PlanParticleManager.getConsumersPlanKeys
(Iterable<? extends PlanParticle> planParticles) Return collection of Plan keys registered as planParticle consumersPlanParticleManagerImpl.getConsumersPlanKeys
(Iterable<? extends PlanParticle> planParticles) PlanParticleManager.getProducersPlanKeys
(Iterable<? extends PlanParticle> planParticles) Return collection of Plan keys registered as planParticle producersPlanParticleManagerImpl.getProducersPlanKeys
(Iterable<? extends PlanParticle> planParticles) -
Uses of PlanParticle in com.atlassian.bamboo.plugins.maven2
Modifier and TypeClassDescriptionclass
This class is XStreamed be extremely careful when making changes to this.