Uses of Class
org.apache.continuum.buildagent.build.execution.ContinuumAgentBuildExecutionResult

Packages that use ContinuumAgentBuildExecutionResult
org.apache.continuum.buildagent.build.execution   
org.apache.continuum.buildagent.build.execution.ant   
org.apache.continuum.buildagent.build.execution.maven.m1   
org.apache.continuum.buildagent.build.execution.maven.m2   
org.apache.continuum.buildagent.build.execution.shell   
 

Uses of ContinuumAgentBuildExecutionResult in org.apache.continuum.buildagent.build.execution
 

Methods in org.apache.continuum.buildagent.build.execution that return ContinuumAgentBuildExecutionResult
 ContinuumAgentBuildExecutionResult ContinuumAgentBuildExecutor.build(Project project, BuildDefinition buildDefinition, File buildOutput, Map<String,String> environments, String localRepository)
           
protected  ContinuumAgentBuildExecutionResult AbstractBuildExecutor.executeShellCommand(Project project, String executable, String arguments, File output, Map<String,String> environments)
           
 

Uses of ContinuumAgentBuildExecutionResult in org.apache.continuum.buildagent.build.execution.ant
 

Methods in org.apache.continuum.buildagent.build.execution.ant that return ContinuumAgentBuildExecutionResult
 ContinuumAgentBuildExecutionResult AntBuildExecutor.build(Project project, BuildDefinition buildDefinition, File buildOutput, Map<String,String> environments, String localRepository)
           
 

Uses of ContinuumAgentBuildExecutionResult in org.apache.continuum.buildagent.build.execution.maven.m1
 

Methods in org.apache.continuum.buildagent.build.execution.maven.m1 that return ContinuumAgentBuildExecutionResult
 ContinuumAgentBuildExecutionResult MavenOneBuildExecutor.build(Project project, BuildDefinition buildDefinition, File buildOutput, Map<String,String> environments, String localRepository)
           
 

Uses of ContinuumAgentBuildExecutionResult in org.apache.continuum.buildagent.build.execution.maven.m2
 

Methods in org.apache.continuum.buildagent.build.execution.maven.m2 that return ContinuumAgentBuildExecutionResult
 ContinuumAgentBuildExecutionResult MavenTwoBuildExecutor.build(Project project, BuildDefinition buildDefinition, File buildOutput, Map<String,String> environments, String localRepository)
           
 

Uses of ContinuumAgentBuildExecutionResult in org.apache.continuum.buildagent.build.execution.shell
 

Methods in org.apache.continuum.buildagent.build.execution.shell that return ContinuumAgentBuildExecutionResult
 ContinuumAgentBuildExecutionResult ShellBuildExecutor.build(Project project, BuildDefinition buildDefinition, File buildOutput, Map<String,String> environments, String localRepository)
           
 



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