Package org.opennms.smoketest.stacks
Class SentinelProfile.Builder
- java.lang.Object
-
- org.opennms.smoketest.stacks.SentinelProfile.Builder
-
- Enclosing class:
- SentinelProfile
public static final class SentinelProfile.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SentinelProfile
build()
SentinelProfile.Builder
withFile(Path source, String target)
SentinelProfile.Builder
withId(String id)
SentinelProfile.Builder
withJvmDebuggingEnabled(boolean enabled)
-
-
-
Method Detail
-
withFile
public SentinelProfile.Builder withFile(Path source, String target)
-
withId
public SentinelProfile.Builder withId(String id)
-
withJvmDebuggingEnabled
public SentinelProfile.Builder withJvmDebuggingEnabled(boolean enabled)
-
build
public SentinelProfile build()
-
-