public class PuppetStatus extends Object
Modifier and Type | Field and Description |
---|---|
boolean |
changed |
List<PuppetEvent> |
events |
boolean |
failed |
String |
resource |
String |
resource_type |
boolean |
skipped |
String |
title |
Constructor and Description |
---|
PuppetStatus() |
public String resource
public boolean changed
public String resource_type
public String title
public boolean skipped
public boolean failed
public List<PuppetEvent> events
Copyright © 2004-2015. All Rights Reserved.