Package | Description |
---|---|
com.oracle.bmc.goldengate.model |
Modifier and Type | Method and Description |
---|---|
StepMessage |
StepMessage.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<StepMessage> |
PipelineInitializationStep.getMessages()
The list of messages for each step while running.
|
Modifier and Type | Method and Description |
---|---|
StepMessage.Builder |
StepMessage.Builder.copy(StepMessage model) |
Modifier and Type | Method and Description |
---|---|
PipelineInitializationStep.Builder |
PipelineInitializationStep.Builder.messages(List<StepMessage> messages)
The list of messages for each step while running.
|
Constructor and Description |
---|
PipelineInitializationStep(String name,
StepStatusType status,
Integer percentComplete,
Date timeStarted,
Date timeFinished,
List<StepMessage> messages)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.