The new condition will be named 'hasEndpointDeployed' with following parameters:
- host: the hostname of a Petals container. Default value: localhost,
- port: JMX port of the Petals container. Default value: 7700,
- username: JMX username of the Petals container,
- password: JMX password of the Petals container,
- interfaceName: interface name that the endpoints should match, or null if any interface is accepted,
- serviceName: service name that the endpoints should match, or null if any service is accepted,
- endpointName: endpoint name that the endpoints should match, or null if any endpoint name is accepted,
- expectedNumber: the number of endpoints matching criteria that should be found to validate the condition.
The new condition will be named 'hasEndpointDeployed' with following parameters: