Uses of Class
org.apache.continuum.buildagent.buildcontext.BuildContext

Packages that use BuildContext
org.apache.continuum.buildagent.buildcontext.manager   
org.apache.continuum.buildagent.taskqueue   
org.apache.continuum.buildagent.utils   
 

Uses of BuildContext in org.apache.continuum.buildagent.buildcontext.manager
 

Fields in org.apache.continuum.buildagent.buildcontext.manager with type parameters of type BuildContext
 Map<Integer,BuildContext> DefaultBuildContextManager.buildContexts
           
 

Methods in org.apache.continuum.buildagent.buildcontext.manager that return BuildContext
 BuildContext DefaultBuildContextManager.getBuildContext(int projectId)
           
 BuildContext BuildContextManager.getBuildContext(int projectId)
           
 

Methods in org.apache.continuum.buildagent.buildcontext.manager that return types with arguments of type BuildContext
 List<BuildContext> DefaultBuildContextManager.getBuildContexts()
           
 List<BuildContext> BuildContextManager.getBuildContexts()
           
 

Method parameters in org.apache.continuum.buildagent.buildcontext.manager with type arguments of type BuildContext
 void DefaultBuildContextManager.addBuildContexts(List<BuildContext> buildContextList)
           
 void BuildContextManager.addBuildContexts(List<BuildContext> buildContextList)
           
 

Uses of BuildContext in org.apache.continuum.buildagent.taskqueue
 

Methods in org.apache.continuum.buildagent.taskqueue that return types with arguments of type BuildContext
 List<BuildContext> PrepareBuildProjectsTask.getBuildContexts()
           
 

Constructor parameters in org.apache.continuum.buildagent.taskqueue with type arguments of type BuildContext
PrepareBuildProjectsTask(List<BuildContext> buildContexts, BuildTrigger buildTrigger, int projectGroupId, String scmRootAddress, int scmRootId)
           
 

Uses of BuildContext in org.apache.continuum.buildagent.utils
 

Methods in org.apache.continuum.buildagent.utils with parameters of type BuildContext
static Map<String,Object> ContinuumBuildAgentUtil.createScmResult(BuildContext buildContext)
           
static BuildDefinition BuildContextToBuildDefinition.getBuildDefinition(BuildContext buildContext)
           
static Project BuildContextToProject.getProject(BuildContext buildContext)
           
 



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