Uses of Interface
com.atlassian.bamboo.plan.PlanParticle
Packages that use PlanParticle
-
Uses of PlanParticle in com.atlassian.bamboo.plan
Classes in com.atlassian.bamboo.plan that implement PlanParticleMethods in com.atlassian.bamboo.plan with parameters of type PlanParticleMethod parameters in com.atlassian.bamboo.plan with type arguments of type PlanParticleModifier 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
Classes in com.atlassian.bamboo.plugins.maven2 that implement PlanParticleModifier and TypeClassDescriptionclass
This class is XStreamed be extremely careful when making changes to this.