attributeList.addAll(ActionMatchHelper.getAttributeList(actionList.get(0).getActionMatches()));
}
}
// get environments
EnvironmentsType environments = target.getEnvironments();
if (environments != null) {
List<EnvironmentType> environmentList = environments.getEnvrionments();
if (!environmentList.isEmpty()) {
if (environmentList.size() > 1) {
throw new UnsupportedTargetException("Only one EnvironmentType is allowed");