org.apache.continuum.buildagent.buildcontext.manager
Class DefaultBuildContextManager
java.lang.Object
org.apache.continuum.buildagent.buildcontext.manager.DefaultBuildContextManager
- All Implemented Interfaces:
- BuildContextManager
public class DefaultBuildContextManager
- extends Object
- implements BuildContextManager
- Author:
- Jan Steven Ancajas
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
buildContexts
public Map<Integer,BuildContext> buildContexts
DefaultBuildContextManager
public DefaultBuildContextManager()
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.