public class DeploymentInfo extends Object
| Constructor and Description |
|---|
DeploymentInfo(hudson.model.AbstractBuild build,
hudson.model.TaskListener listener,
PrintStream logger,
CloudFoundryPushPublisher.ManifestChoice optionalJenkinsConfig,
String jenkinsBuildName,
String defaultDomain)
Constructor for reading the optional Jenkins config.
|
DeploymentInfo(hudson.model.AbstractBuild build,
hudson.model.TaskListener listener,
PrintStream logger,
Map<String,Object> appInfo,
String jenkinsBuildName,
String defaultDomain,
String manifestPath)
Constructor for reading the manifest.yml file.
|
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,
String manifestPath)
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() |
String |
getStack() |
int |
getTimeout() |
boolean |
isNoRoute() |
public DeploymentInfo(hudson.model.AbstractBuild build,
hudson.model.TaskListener listener,
PrintStream logger,
Map<String,Object> appInfo,
String jenkinsBuildName,
String defaultDomain,
String manifestPath)
throws IOException,
ManifestParsingException,
InterruptedException,
org.jenkinsci.plugins.tokenmacro.MacroEvaluationException
IOExceptionManifestParsingExceptionInterruptedExceptionorg.jenkinsci.plugins.tokenmacro.MacroEvaluationExceptionpublic DeploymentInfo(hudson.model.AbstractBuild build,
hudson.model.TaskListener listener,
PrintStream logger,
CloudFoundryPushPublisher.ManifestChoice optionalJenkinsConfig,
String jenkinsBuildName,
String defaultDomain)
throws IOException,
ManifestParsingException,
InterruptedException,
org.jenkinsci.plugins.tokenmacro.MacroEvaluationException
IOExceptionManifestParsingExceptionInterruptedExceptionorg.jenkinsci.plugins.tokenmacro.MacroEvaluationExceptionpublic DeploymentInfo(PrintStream logger, Map<String,Object> appInfo, String jenkinsBuildName, String defaultDomain, String manifestPath) throws IOException, ManifestParsingException, InterruptedException, org.jenkinsci.plugins.tokenmacro.MacroEvaluationException
IOExceptionManifestParsingExceptionInterruptedExceptionorg.jenkinsci.plugins.tokenmacro.MacroEvaluationExceptionpublic DeploymentInfo(PrintStream logger, CloudFoundryPushPublisher.ManifestChoice optionalJenkinsConfig, String jenkinsBuildName, String defaultDomain) throws IOException, ManifestParsingException, InterruptedException, org.jenkinsci.plugins.tokenmacro.MacroEvaluationException
IOExceptionManifestParsingExceptionInterruptedExceptionorg.jenkinsci.plugins.tokenmacro.MacroEvaluationExceptionpublic String getAppName()
public int getMemory()
public String getHostname()
public int getInstances()
public String getStack()
public int getTimeout()
public boolean isNoRoute()
public String getAppPath()
public String getBuildpack()
public String getCommand()
public String getDomain()
Copyright © 2004-2015. All Rights Reserved.