Uses of Class
com.oracle.bmc.goldengate.model.StepMessage
-
Packages that use StepMessage Package Description com.oracle.bmc.goldengate.model -
-
Uses of StepMessage in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return StepMessage Modifier and Type Method Description StepMessage
StepMessage.Builder. build()
Methods in com.oracle.bmc.goldengate.model that return types with arguments of type StepMessage Modifier and Type Method Description List<StepMessage>
PipelineInitializationStep. getMessages()
The list of messages for each step while running.Methods in com.oracle.bmc.goldengate.model with parameters of type StepMessage Modifier and Type Method Description StepMessage.Builder
StepMessage.Builder. copy(StepMessage model)
Method parameters in com.oracle.bmc.goldengate.model with type arguments of type StepMessage Modifier and Type Method Description PipelineInitializationStep.Builder
PipelineInitializationStep.Builder. messages(List<StepMessage> messages)
The list of messages for each step while running.Constructor parameters in com.oracle.bmc.goldengate.model with type arguments of type StepMessage Constructor Description PipelineInitializationStep(String name, StepStatusType status, Integer percentComplete, Date timeStarted, Date timeFinished, List<StepMessage> messages)
Deprecated.
-