|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PlanParticleManager
Method Summary | |
---|---|
void |
adjustPlanParticles(java.lang.String planKey,
java.util.Collection<? extends PlanParticle> consumedParticles,
java.util.Collection<? extends PlanParticle> producedParticles)
Adjust list of plan's consumed and produced particles. |
java.util.Set<java.lang.String> |
getConsumersPlanKeys(java.util.Collection<? extends PlanParticle> planParticles)
Return collection of Build's keys registered as planParticle consumers |
java.util.Set<java.lang.String> |
getProducersPlanKeys(java.util.Collection<? extends PlanParticle> planParticles)
Return collection of Build's keys registered as planParticle producers |
void |
removePlanParticles(Plan plan)
Removes all plan particles for a given plan. |
Method Detail |
---|
@NotNull java.util.Set<java.lang.String> getConsumersPlanKeys(java.util.Collection<? extends PlanParticle> planParticles)
planParticles
- collection of PlanParticles
@NotNull java.util.Set<java.lang.String> getProducersPlanKeys(java.util.Collection<? extends PlanParticle> planParticles)
planParticles
- collection of PlanParticles
void adjustPlanParticles(@NotNull java.lang.String planKey, @NotNull java.util.Collection<? extends PlanParticle> consumedParticles, @NotNull java.util.Collection<? extends PlanParticle> producedParticles) throws ConfigurationException
planKey
- Key of the plan to adjust.consumedParticles
- Collection of plan's consumed particlesproducedParticles
- Collection of plan's produced particles
ConfigurationException
- if it can not complete the adjusting of particles based on invalid data e.g cyclic dependenciesvoid removePlanParticles(@NotNull Plan plan)
plan
- to delete the particles of
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |