org.apache.continuum.buildagent.buildcontext.manager
Class DefaultBuildContextManager

java.lang.Object
  extended by org.apache.continuum.buildagent.buildcontext.manager.DefaultBuildContextManager
All Implemented Interfaces:
BuildContextManager

public class DefaultBuildContextManager
extends Object
implements BuildContextManager

Author:
Jan Steven Ancajas

Field Summary
 Map<Integer,BuildContext> buildContexts
           
 
Fields inherited from interface org.apache.continuum.buildagent.buildcontext.manager.BuildContextManager
ROLE
 
Constructor Summary
DefaultBuildContextManager()
           
 
Method Summary
 void addBuildContexts(List<BuildContext> buildContextList)
           
 BuildContext getBuildContext(int projectId)
           
 List<BuildContext> getBuildContexts()
           
 void removeBuildContext(int projectId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

buildContexts

public Map<Integer,BuildContext> buildContexts
Constructor Detail

DefaultBuildContextManager

public DefaultBuildContextManager()
Method Detail

getBuildContext

public BuildContext getBuildContext(int projectId)
Specified by:
getBuildContext in interface BuildContextManager

getBuildContexts

public List<BuildContext> getBuildContexts()
Specified by:
getBuildContexts in interface BuildContextManager

addBuildContexts

public void addBuildContexts(List<BuildContext> buildContextList)
Specified by:
addBuildContexts in interface BuildContextManager

removeBuildContext

public void removeBuildContext(int projectId)
Specified by:
removeBuildContext in interface BuildContextManager


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.