public class BStepExecutionContextBuilder extends Object
Modifier and Type | Method and Description |
---|---|
BStepExecutionContext |
build() |
static BStepExecutionContextBuilder |
create() |
BStepExecutionContextBuilder |
withSerializedContext(String serializedContext) |
BStepExecutionContextBuilder |
withShortContext(String shortContext) |
BStepExecutionContextBuilder |
withStepExecution(BStepExecution stepExecution) |
BStepExecutionContextBuilder |
withStepExecutionId(Double stepExecutionId) |
public static BStepExecutionContextBuilder create()
public BStepExecutionContext build()
public BStepExecutionContextBuilder withSerializedContext(String serializedContext)
public BStepExecutionContextBuilder withShortContext(String shortContext)
public BStepExecutionContextBuilder withStepExecution(BStepExecution stepExecution)
public BStepExecutionContextBuilder withStepExecutionId(Double stepExecutionId)
Copyright © 2016. All rights reserved.