protected abstract class ApplicationBuilder.AbstractNamedCartridgeBuilder<B> extends Object
Modifier and Type | Field and Description |
---|---|
protected ApplicationScale |
applicationScale |
protected Map<String,String> |
environmentVariables |
protected IGearProfile |
gearProfile |
protected String |
initialGitUrl |
protected String |
name |
protected int |
timeout |
Modifier and Type | Method and Description |
---|---|
B |
setApplicationScale(ApplicationScale applicationScale) |
B |
setEnvironmentVariables(Map<String,String> environmentVariables) |
B |
setGearProfile(IGearProfile gearProfile) |
B |
setInitialGitUrl(String initialGitUrl) |
B |
setTimeout(int timeout) |
protected String name
protected IGearProfile gearProfile
protected ApplicationScale applicationScale
protected String initialGitUrl
protected int timeout
public B setGearProfile(IGearProfile gearProfile)
public B setApplicationScale(ApplicationScale applicationScale)
public B setTimeout(int timeout)
Copyright © 2018 JBoss by Red Hat. All rights reserved.