org.apache.continuum.buildagent.installation
Interface BuildAgentInstallationService
- All Known Implementing Classes:
- DefaultBuildAgentInstallationService
public interface BuildAgentInstallationService
ROLE
static final String ROLE
JDK_TYPE
static final String JDK_TYPE
- See Also:
- Constant Field Values
MAVEN2_TYPE
static final String MAVEN2_TYPE
- See Also:
- Constant Field Values
MAVEN1_TYPE
static final String MAVEN1_TYPE
- See Also:
- Constant Field Values
ANT_TYPE
static final String ANT_TYPE
- See Also:
- Constant Field Values
ENVVAR_TYPE
static final String ENVVAR_TYPE
- See Also:
- Constant Field Values
getExecutorConfigurator
ExecutorConfigurator getExecutorConfigurator(String type)
- Parameters:
type
-
- Returns:
- ExecutorConfigurator or null if unknown type
getEnvVar
String getEnvVar(String type)
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.