Class DefaultDebugOptions
- java.lang.Object
-
- org.gradle.tooling.events.test.internal.DefaultDebugOptions
-
- All Implemented Interfaces:
java.io.Serializable
,InternalDebugOptions
public class DefaultDebugOptions extends java.lang.Object implements InternalDebugOptions, java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DefaultDebugOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getPort()
boolean
isDebugMode()
void
setPort(int port)
-
-
-
Method Detail
-
getPort
public int getPort()
- Specified by:
getPort
in interfaceInternalDebugOptions
-
setPort
public void setPort(int port)
-
isDebugMode
public boolean isDebugMode()
- Specified by:
isDebugMode
in interfaceInternalDebugOptions
-
-