Package org.opennms.smoketest.stacks
Class MinionProfile
- java.lang.Object
-
- org.opennms.smoketest.stacks.MinionProfile
-
public class MinionProfile extends Object
All the Minion related settings that need to be tweaked on a per container basis.- Author:
- jwhite
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MinionProfile.Builder
-
Field Summary
Fields Modifier and Type Field Description static MinionProfile
DEFAULT
static String
DEFAULT_LOCATION
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description List<OverlayFile>
getFiles()
String
getId()
String
getLocation()
boolean
isIcmpSupportEnabled()
boolean
isJvmDebuggingEnabled()
static MinionProfile.Builder
newBuilder()
-
-
-
Field Detail
-
DEFAULT
public static MinionProfile DEFAULT
-
DEFAULT_LOCATION
public static final String DEFAULT_LOCATION
- See Also:
- Constant Field Values
-
-
Method Detail
-
newBuilder
public static MinionProfile.Builder newBuilder()
-
getLocation
public String getLocation()
-
getId
public String getId()
-
isJvmDebuggingEnabled
public boolean isJvmDebuggingEnabled()
-
isIcmpSupportEnabled
public boolean isIcmpSupportEnabled()
-
getFiles
public List<OverlayFile> getFiles()
-
-