public class DeployStats extends Object implements Serializable
| Constructor and Description |
|---|
DeployStats() |
| Modifier and Type | Method and Description |
|---|---|
long |
getDeployed()
Gets the number of deployed instances.
|
long |
getFound()
Gets the number of discovered instances.
|
long |
getSkipped()
Gets the number of skipped instances.
|
void |
incDeployed()
Increases the number of deployed instances.
|
void |
incSkipped()
Increases the number of skipped instances.
|
void |
setFound(long found)
Sets the number of discovered instances.
|
String |
toString()
Gets the string representation of the statistics in a user friendly format.
|
public void setFound(long found)
found - The number of discovered instances.public void incSkipped()
public void incDeployed()
public long getFound()
public long getSkipped()
public long getDeployed()
Copyright © 2015–2016 px3. All rights reserved.