use of com.sequenceiq.it.cloudbreak.dto.distrox.cluster.clouderamanager.DistroXClouderaManagerTestDto in project cloudbreak by hortonworks.
the class ClusterTemplateTestDto method withCM.
public ClusterTemplateTestDto withCM(String key) {
DistroXClouderaManagerTestDto clouderaManagerTestDto = getTestContext().get(key);
getRequest().getDistroXTemplate().getCluster().setCm(clouderaManagerTestDto.getRequest());
return this;
}
Aggregations