| Package | Description |
|---|---|
| com.amazonaws.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
DebugSession |
DebugSession.clone() |
DebugSession |
Build.getDebugSession()
Contains information about the debug session for this build.
|
DebugSession |
DebugSession.withSessionEnabled(Boolean sessionEnabled)
Specifies if session debugging is enabled for this build.
|
DebugSession |
DebugSession.withSessionTarget(String sessionTarget)
Contains the identifier of the Session Manager session used for the build.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Build.setDebugSession(DebugSession debugSession)
Contains information about the debug session for this build.
|
Build |
Build.withDebugSession(DebugSession debugSession)
Contains information about the debug session for this build.
|
Copyright © 2020. All rights reserved.