Package de.hybris.platform.outboundsync
Class OutboundSyncJobBuilder
java.lang.Object
org.junit.rules.ExternalResource
de.hybris.platform.outboundsync.OutboundSyncJobBuilder
- All Implemented Interfaces:
org.junit.rules.TestRule
public class OutboundSyncJobBuilder
extends org.junit.rules.ExternalResource
Builder for a
OutboundSyncJobModel-
Method Summary
Modifier and TypeMethodDescriptionprotected voidafter()build()voidcleanup()static OutboundSyncJobBuilderwithJobCode(String jobCode) withOutboundSyncStreamConfigurationContainer(OutboundSyncStreamConfigurationContainerModel container) withOutboundSyncStreamConfigurationContainer(OutboundSyncStreamConfigurationContainerBuilder builder) Methods inherited from class org.junit.rules.ExternalResource
apply, before
-
Method Details
-
outboundSyncJob
-
withJobCode
-
withOutboundSyncStreamConfigurationContainer
public OutboundSyncJobBuilder withOutboundSyncStreamConfigurationContainer(OutboundSyncStreamConfigurationContainerBuilder builder) -
withOutboundSyncStreamConfigurationContainer
public OutboundSyncJobBuilder withOutboundSyncStreamConfigurationContainer(OutboundSyncStreamConfigurationContainerModel container) -
build
- Throws:
ImpExException
-
after
protected void after()- Overrides:
afterin classorg.junit.rules.ExternalResource
-
cleanup
public void cleanup()
-