Home
Package
Class
Method
Package
org
.
springframework
.
xd
.
integration
.
fixtures
Examples of org.springframework.xd.integration.fixtures.Jobs
org.springframework.xd.integration.fixtures.Jobs
A factory that provides fully instantiated job fixtures using default values. @author Glenn Renfro @author David Turanski
63
64
65
66
67
68
69
}
@Bean
public
Jobs jobs
() {
return new
Jobs
(
xdEnvironment
())
;
}
View Full Code Here
TOP
Related Classes of org.springframework.xd.integration.fixtures.Jobs
org.springframework.xd.integration.test.IntegrationTestConfig
org.springframework.xd.test.fixtures.FtpHdfsJob
org.springframework.xd.test.fixtures.HdfsMongoDbJob
Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact
coftware#gmail.com
.