public class PuppetReport extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
configuration_version |
String |
environment |
String |
host |
static org.yaml.snakeyaml.Yaml |
PARSER |
Map<String,PuppetStatus> |
resource_statuses |
String |
time |
| Constructor and Description |
|---|
PuppetReport() |
| Modifier and Type | Method and Description |
|---|---|
static PuppetReport |
load(InputStream in) |
static PuppetReport |
load(Reader r) |
void |
process()
Process this report with
PuppetReportProcessor and record all the fingerprints. |
Iterable<PuppetStatus> |
resources(String type)
Lists up
PuppetStatuses whose resource type matches the given type. |
String |
toString() |
public String host
public String environment
public String time
public String configuration_version
public Map<String,PuppetStatus> resource_statuses
public static final org.yaml.snakeyaml.Yaml PARSER
public Iterable<PuppetStatus> resources(String type)
PuppetStatuses whose resource type matches the given type.public void process()
throws IOException
PuppetReportProcessor and record all the fingerprints.IOExceptionpublic static PuppetReport load(InputStream in)
public static PuppetReport load(Reader r)
Copyright © 2004-2015. All Rights Reserved.