public class Clouddebugger.Debugger.Debuggees
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
Clouddebugger.Debugger.Debuggees.Breakpoints
The "breakpoints" collection of methods.
|
class |
Clouddebugger.Debugger.Debuggees.List |
| Constructor and Description |
|---|
Clouddebugger.Debugger.Debuggees() |
| Modifier and Type | Method and Description |
|---|---|
Clouddebugger.Debugger.Debuggees.Breakpoints |
breakpoints()
An accessor for creating requests from the Breakpoints collection.
|
Clouddebugger.Debugger.Debuggees.List |
list()
Lists all the debuggees that the user can set breakpoints to.
|
public Clouddebugger.Debugger.Debuggees.List list() throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.java.io.IOExceptionpublic Clouddebugger.Debugger.Debuggees.Breakpoints breakpoints()
The typical use is:
Clouddebugger clouddebugger = new Clouddebugger(...);Clouddebugger.Breakpoints.List request = clouddebugger.breakpoints().list(parameters ...)