| 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(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.
|
ManifestReader(hudson.FilePath manifestFile) |
Copyright © 2004-2015. All Rights Reserved.