public class DeploymentInfo extends Object
| Constructor and Description |
|---|
DeploymentInfo(PrintStream logger,
CloudFoundryPushPublisher.ManifestChoice optionalJenkinsConfig,
String jenkinsBuildName,
String defaultDomain)
Constructor for reading the optional Jenkins config.
|
DeploymentInfo(PrintStream logger,
Map<String,Object> appInfo,
String jenkinsBuildName,
String defaultDomain)
Constructor for reading the manifest.yml file.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAppName() |
String |
getAppPath() |
String |
getBuildpack() |
String |
getCommand() |
String |
getDomain() |
Map<String,String> |
getEnvVars() |
String |
getHostname() |
int |
getInstances() |
int |
getMemory() |
List<String> |
getServicesNames() |
int |
getTimeout() |
boolean |
isNoRoute() |
public DeploymentInfo(PrintStream logger, Map<String,Object> appInfo, String jenkinsBuildName, String defaultDomain) throws IOException, ManifestParsingException, InterruptedException
public DeploymentInfo(PrintStream logger, CloudFoundryPushPublisher.ManifestChoice optionalJenkinsConfig, String jenkinsBuildName, String defaultDomain) throws IOException, ManifestParsingException, InterruptedException
public String getAppName()
public int getMemory()
public String getHostname()
public int getInstances()
public int getTimeout()
public boolean isNoRoute()
public String getAppPath()
public String getBuildpack()
public String getCommand()
public String getDomain()
Copyright © 2004-2015. All Rights Reserved.