static EngineFactory<?,?> |
Engine.create(DeployHost<?,?> configuration) |
EngineFactory<S,T> |
EngineFactory.from(AbstractBuild<?,?> build,
Collection<DeploySourceOrigin> sources) |
EngineFactory<S,T> |
EngineFactory.from(AbstractBuild<?,?> build,
DeploySourceOrigin... sources) |
abstract EngineFactory<S,T> |
EngineFactoryDescriptor.newFactory(S configuration) |
EngineFactory<S,T> |
EngineFactory.withCredentials(Item scope,
Authentication... authentications) |
EngineFactory<S,T> |
EngineFactory.withCredentials(Item scope,
Collection<Authentication> authentications) |
EngineFactory<S,T> |
EngineFactory.withLauncher(Launcher launcher) |
EngineFactory<S,T> |
EngineFactory.withListener(BuildListener listener) |