| Modifier and Type | Method and Description |
|---|---|
ThreadFlow |
ThreadFlow.withId(String id) |
ThreadFlow |
ThreadFlow.withImmutableState(ImmutableState immutableState) |
ThreadFlow |
ThreadFlow.withInitialState(InitialState initialState) |
ThreadFlow |
ThreadFlow.withLocations(List<ThreadFlowLocation> locations) |
ThreadFlow |
ThreadFlow.withMessage(Message message) |
ThreadFlow |
ThreadFlow.withProperties(PropertyBag properties) |
| Modifier and Type | Method and Description |
|---|---|
List<ThreadFlow> |
CodeFlow.getThreadFlows()
An array of one or more unique threadFlow objects, each of which describes the progress of a program through a thread of execution.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CodeFlow.setThreadFlows(List<ThreadFlow> threadFlows)
An array of one or more unique threadFlow objects, each of which describes the progress of a program through a thread of execution.
|
CodeFlow |
CodeFlow.withThreadFlows(List<ThreadFlow> threadFlows) |
Copyright © 2020 Contrast Security. All rights reserved.