public class ManifestReader extends Object
| Constructor and Description |
|---|
ManifestReader(hudson.FilePath manifestFile) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getApplicationInfo()
Alias for getApplicationInfo(String appName) that returns info for the first app
|
Map<String,Object> |
getApplicationInfo(String appName)
Returns a DeploymentInfo object containing all the information of a single app
that was in the manifest file, including the global information applicable.
|
List<Map<String,Object>> |
getApplicationList() |
public ManifestReader(hudson.FilePath manifestFile)
throws ManifestParsingException,
IOException
ManifestParsingExceptionIOExceptionpublic Map<String,Object> getApplicationInfo(String appName) throws ManifestParsingException
appName - the application nameManifestParsingExceptionpublic Map<String,Object> getApplicationInfo() throws ManifestParsingException
ManifestParsingExceptionCopyright © 2004-2015. All Rights Reserved.