org.apache.continuum.buildagent.build.execution.maven.m1
Class MavenOneBuildExecutor
java.lang.Object
org.apache.continuum.buildagent.build.execution.AbstractBuildExecutor
org.apache.continuum.buildagent.build.execution.maven.m1.MavenOneBuildExecutor
- All Implemented Interfaces:
- ContinuumAgentBuildExecutor, org.codehaus.plexus.personality.plexus.lifecycle.phase.Initializable
public class MavenOneBuildExecutor
- extends AbstractBuildExecutor
- implements ContinuumAgentBuildExecutor
Methods inherited from class org.apache.continuum.buildagent.build.execution.AbstractBuildExecutor |
executeShellCommand, findExecutable, getBuildAgentConfigurationService, getBuildAgentInstallationService, getBuildAgentManager, getBuildFileForProject, getContinuumSystemProperties, getDefaultExecutable, getDeployableArtifacts, getExecutableResolver, getMavenProject, getProjectDependencies, getProjectDevelopers, getProjectNotifiers, getProjectParent, getShellCommandHelper, getWorkingDirectory, initialize, isBuilding, isResolveExecutable, killProcess, setBuildAgentConfigurationService, setBuildAgentInstallationService, setBuildAgentManager, setDefaultExecutable, setExecutableResolver, setResolveExecutable, setShellCommandHelper, updateProject |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CONFIGURATION_GOALS
public static final String CONFIGURATION_GOALS
- See Also:
- Constant Field Values
ID
public static final String ID
- See Also:
- Constant Field Values
MavenOneBuildExecutor
public MavenOneBuildExecutor()
build
public ContinuumAgentBuildExecutionResult build(Project project,
BuildDefinition buildDefinition,
File buildOutput,
Map<String,String> environments,
String localRepository)
throws ContinuumAgentBuildExecutorException,
ContinuumAgentBuildCancelledException
- Specified by:
build
in interface ContinuumAgentBuildExecutor
- Throws:
ContinuumAgentBuildExecutorException
ContinuumAgentBuildCancelledException
updateProjectFromWorkingDirectory
public void updateProjectFromWorkingDirectory(File workingDirectory,
Project project,
BuildDefinition buildDefinition)
throws ContinuumAgentBuildExecutorException
- Specified by:
updateProjectFromWorkingDirectory
in interface ContinuumAgentBuildExecutor
- Throws:
ContinuumAgentBuildExecutorException
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.