Package org.opennms.smoketest.stacks
Class SentinelProfile
- java.lang.Object
-
- org.opennms.smoketest.stacks.SentinelProfile
-
public class SentinelProfile extends Object
All the Sentinel 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
SentinelProfile.Builder
-
Field Summary
Fields Modifier and Type Field Description static SentinelProfile
DEFAULT
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description List<OverlayFile>
getFiles()
String
getId()
boolean
isJvmDebuggingEnabled()
static SentinelProfile.Builder
newBuilder()
-
-
-
Field Detail
-
DEFAULT
public static final SentinelProfile DEFAULT
-
-
Method Detail
-
newBuilder
public static SentinelProfile.Builder newBuilder()
-
getId
public String getId()
-
isJvmDebuggingEnabled
public boolean isJvmDebuggingEnabled()
-
getFiles
public List<OverlayFile> getFiles()
-
-