Class WrapperInstaller
- java.lang.Object
-
- com.atlassian.bamboo.agent.bootstrap.shared.WrapperInstaller
-
public class WrapperInstaller extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
WRAPPER_CONF
static String
WRAPPER_LICENSE_CONF
-
Constructor Summary
Constructors Constructor Description WrapperInstaller()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<InstallableFile>
getWrapperFilesToInstall(InstallStrategy fileInstallStrategy)
Detect the platform and get a list of the wrapper files to install
-
-
-
Field Detail
-
WRAPPER_CONF
public static final String WRAPPER_CONF
- See Also:
- Constant Field Values
-
WRAPPER_LICENSE_CONF
public static final String WRAPPER_LICENSE_CONF
- See Also:
- Constant Field Values
-
-
Method Detail
-
getWrapperFilesToInstall
public static List<InstallableFile> getWrapperFilesToInstall(InstallStrategy fileInstallStrategy)
Detect the platform and get a list of the wrapper files to install- Returns:
- The files to install
-
-