org.apache.continuum.builder.distributed
Interface DistributedBuildService
- All Known Implementing Classes:
- DefaultDistributedBuildService
public interface DistributedBuildService
ROLE
static final String ROLE
prepareBuildFinished
void prepareBuildFinished(Map<String,Object> context)
throws ContinuumException
- Throws:
ContinuumException
shouldBuild
boolean shouldBuild(Map<String,Object> context)
startPrepareBuild
void startPrepareBuild(Map<String,Object> context)
throws ContinuumException
- Throws:
ContinuumException
startProjectBuild
void startProjectBuild(int projectId)
throws ContinuumException
- Throws:
ContinuumException
updateBuildResult
void updateBuildResult(Map<String,Object> context)
throws ContinuumException
- Throws:
ContinuumException
updateProject
void updateProject(Map<String,Object> context)
throws ContinuumException
- Throws:
ContinuumException
getEnvironments
Map<String,String> getEnvironments(int buildDefinitionId,
String installationType)
throws ContinuumException
- Throws:
ContinuumException
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.