com.atlassian.bamboo.plan
Class PlanConfigurationAspect

java.lang.Object
  extended by com.atlassian.bamboo.plan.PlanConfigurationAspect

public class PlanConfigurationAspect
extends java.lang.Object


Constructor Summary
PlanConfigurationAspect(ImmutablePlanCacheService immutablePlanCacheService)
           
 
Method Summary
 void resetImmutablePlanCacheService(ArtifactDefinition artifactDefinition)
           
 void resetImmutablePlanCacheService(ArtifactSubscription artifactSubscription)
           
 void resetImmutablePlanCacheService(BranchCommitInformation branchCommitInformation)
           
 void resetImmutablePlanCacheService(java.lang.Iterable<?> objects)
           
 void resetImmutablePlanCacheService(long planId)
           
 void resetImmutablePlanCacheService(Plan plan)
           
 void resetImmutablePlanCacheService(PlanKey planKey)
           
 void resetImmutablePlanCacheService(PlanRepositoryLink planRepositoryLink)
           
 void resetImmutablePlanCacheService(VariableDefinition variableDefinition)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlanConfigurationAspect

public PlanConfigurationAspect(ImmutablePlanCacheService immutablePlanCacheService)
Method Detail

resetImmutablePlanCacheService

public void resetImmutablePlanCacheService(@Nullable
                                           Plan plan)

resetImmutablePlanCacheService

public void resetImmutablePlanCacheService(long planId)

resetImmutablePlanCacheService

public void resetImmutablePlanCacheService(@Nullable
                                           PlanKey planKey)

resetImmutablePlanCacheService

public void resetImmutablePlanCacheService(@Nullable
                                           PlanRepositoryLink planRepositoryLink)

resetImmutablePlanCacheService

public void resetImmutablePlanCacheService(@Nullable
                                           VariableDefinition variableDefinition)

resetImmutablePlanCacheService

public void resetImmutablePlanCacheService(@Nullable
                                           ArtifactDefinition artifactDefinition)

resetImmutablePlanCacheService

public void resetImmutablePlanCacheService(@Nullable
                                           ArtifactSubscription artifactSubscription)

resetImmutablePlanCacheService

public void resetImmutablePlanCacheService(@Nullable
                                           BranchCommitInformation branchCommitInformation)

resetImmutablePlanCacheService

public void resetImmutablePlanCacheService(java.lang.Iterable<?> objects)


Copyright © 2012 Atlassian. All Rights Reserved.