Class ElasticAgentSystemProperties
- java.lang.Object
-
- com.atlassian.bamboo.agent.elastic.ElasticAgentSystemProperties
-
public class ElasticAgentSystemProperties extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
IMAGE_FILES_VERSION_PROPERTY
static String
WRAPPER_PROPERTY
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getImageFilesVersion()
static List<String>
getWrapperProperties()
-
-
-
Field Detail
-
IMAGE_FILES_VERSION_PROPERTY
public static final String IMAGE_FILES_VERSION_PROPERTY
- See Also:
- Constant Field Values
-
WRAPPER_PROPERTY
public static final String WRAPPER_PROPERTY
- See Also:
- Constant Field Values
-
-