|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.bamboo.build.CachedBuildDefinitionManagerImpl
public class CachedBuildDefinitionManagerImpl
| Constructor Summary | |
|---|---|
CachedBuildDefinitionManagerImpl(BuildDefinitionManager delegate)
|
|
| Method Summary | |
|---|---|
BuildDefinition |
getBuildDefinition(PlanKey planKey)
Returns a stateful version the build definition for the Plan. |
java.lang.Class[] |
getHandledEventClasses()
|
void |
handleEvent(com.atlassian.event.Event event)
|
void |
invalidateCaches()
|
void |
savePlanAndDefinition(Plan plan)
Saves the Plan and the BuildConfiguration |
void |
savePlanAndDefinition(Plan plan,
BuildConfiguration buildConfiguration)
Saves the Plan and the BuildConfiguration |
void |
savePlanAndDefinition(Plan plan,
BuildDefinition buildDefinition)
Convert and save the build definition. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CachedBuildDefinitionManagerImpl(BuildDefinitionManager delegate)
| Method Detail |
|---|
public BuildDefinition getBuildDefinition(PlanKey planKey)
BuildDefinitionManagerPlan. This means that when you set various flags
on it, the flags won't be lost (unless you updated your BuildDefinition.
getBuildDefinition in interface BuildDefinitionManagerBuildDefinition object.public void savePlanAndDefinition(Plan plan)
BuildDefinitionManagerPlan and the BuildConfiguration
savePlanAndDefinition in interface BuildDefinitionManager
public void savePlanAndDefinition(Plan plan,
BuildConfiguration buildConfiguration)
BuildDefinitionManagerPlan and the BuildConfiguration
savePlanAndDefinition in interface BuildDefinitionManager
public void savePlanAndDefinition(Plan plan,
BuildDefinition buildDefinition)
BuildDefinitionManager
savePlanAndDefinition in interface BuildDefinitionManagerpublic void invalidateCaches()
public void handleEvent(com.atlassian.event.Event event)
handleEvent in interface com.atlassian.event.EventListenerpublic java.lang.Class[] getHandledEventClasses()
getHandledEventClasses in interface com.atlassian.event.EventListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||