Uses of Interface
com.atlassian.bamboo.plan.PlanParticle
-
Packages that use PlanParticle Package Description com.atlassian.bamboo.plan com.atlassian.bamboo.plugins.maven2 -
-
Uses of PlanParticle in com.atlassian.bamboo.plan
Classes in com.atlassian.bamboo.plan that implement PlanParticle Modifier and Type Class Description class
AbstractPlanParticle
class
DefaultPlanParticle
Methods in com.atlassian.bamboo.plan with parameters of type PlanParticle Modifier and Type Method Description int
AbstractPlanParticle. compareTo(PlanParticle rhs)
Method parameters in com.atlassian.bamboo.plan with type arguments of type PlanParticle Modifier and Type Method Description void
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)
@NotNull Set<PlanKey>
PlanParticleManager. getConsumersPlanKeys(Iterable<? extends PlanParticle> planParticles)
Return collection of Plan keys registered as planParticle consumers@NotNull Set<PlanKey>
PlanParticleManagerImpl. getConsumersPlanKeys(Iterable<? extends PlanParticle> planParticles)
@NotNull Set<PlanKey>
PlanParticleManager. getProducersPlanKeys(Iterable<? extends PlanParticle> planParticles)
Return collection of Plan keys registered as planParticle producers@NotNull Set<PlanKey>
PlanParticleManagerImpl. getProducersPlanKeys(Iterable<? extends PlanParticle> planParticles)
-
Uses of PlanParticle in com.atlassian.bamboo.plugins.maven2
Classes in com.atlassian.bamboo.plugins.maven2 that implement PlanParticle Modifier and Type Class Description class
Maven2ArtifactProperties
This class is XStreamed be extremely careful when making changes to this.
-