public class DeploymentActivitiesMapper extends Object
DeploymentActivitiesScanner| Constructor and Description |
|---|
DeploymentActivitiesMapper() |
public void put(String deployment, List<String> activities)
activities to deployment. Every activity which is meant to be instrumented is paired with its
deployment. Deployment name is taken from @Deployment.deployment - activities - IllegalArgumentException - if either deployment or activities is a null object or an empty string
respectively.public String getDeploymentName(String activity)
activity - activity to get the deployment name of@Deployment method where activity is located or null if not foundIllegalArgumentException - if activity is a null object or an empty stringCopyright © 2015 JBoss by Red Hat. All rights reserved.