public class DeploymentReport extends Object implements Serializable, Iterable<DeploymentEvent>
| Constructor and Description |
|---|
DeploymentReport() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(DeploymentEvent event)
Add an event.
|
List<DeploymentEvent> |
getEvents() |
Iterator<DeploymentEvent> |
iterator() |
String |
toString()
Get a String representation.
|
public void add(DeploymentEvent event)
event - public Iterator<DeploymentEvent> iterator()
iterator in interface Iterable<DeploymentEvent>public List<DeploymentEvent> getEvents()
Copyright © 2005–2014 Alfresco Software. All rights reserved.