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 raw Map 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,
InterruptedException
public Map<String,Object> getApplicationInfo(String appName) throws ManifestParsingException
appName - the app nameManifestParsingException - if the manifest cannot be parsedpublic Map<String,Object> getApplicationInfo() throws ManifestParsingException
ManifestParsingException - if the manifest cannot be parsedCopyright © 2016–2017. All rights reserved.