| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
ManifestReader.getApplicationInfo()
Alias for getApplicationInfo(String appName) that returns info for the first app.
|
Map<String,Object> |
ManifestReader.getApplicationInfo(String appName)
Returns a raw Map containing all the information of a single app
that was in the manifest file, including the global information applicable.
|
| 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.
|
ManifestReader(hudson.FilePath manifestFile) |
Copyright © 2016–2017. All rights reserved.