org.apache.continuum.builder.distributed
Class DefaultDistributedBuildService
java.lang.Object
org.apache.continuum.builder.distributed.DefaultDistributedBuildService
- All Implemented Interfaces:
- DistributedBuildService
public class DefaultDistributedBuildService
- extends Object
- implements DistributedBuildService
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultDistributedBuildService
public DefaultDistributedBuildService()
updateBuildResult
public void updateBuildResult(Map<String,Object> context)
throws ContinuumException
- Specified by:
updateBuildResult in interface DistributedBuildService
- Throws:
ContinuumException
prepareBuildFinished
public void prepareBuildFinished(Map<String,Object> context)
throws ContinuumException
- Specified by:
prepareBuildFinished in interface DistributedBuildService
- Throws:
ContinuumException
startProjectBuild
public void startProjectBuild(int projectId)
throws ContinuumException
- Specified by:
startProjectBuild in interface DistributedBuildService
- Throws:
ContinuumException
startPrepareBuild
public void startPrepareBuild(Map<String,Object> context)
throws ContinuumException
- Specified by:
startPrepareBuild in interface DistributedBuildService
- Throws:
ContinuumException
getEnvironments
public Map<String,String> getEnvironments(int buildDefinitionId,
String installationType)
throws ContinuumException
- Specified by:
getEnvironments in interface DistributedBuildService
- Throws:
ContinuumException
updateProject
public void updateProject(Map<String,Object> context)
throws ContinuumException
- Specified by:
updateProject in interface DistributedBuildService
- Throws:
ContinuumException
shouldBuild
public boolean shouldBuild(Map<String,Object> context)
- Specified by:
shouldBuild in interface DistributedBuildService
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.