io.qase.commons.models.report.ReportStepResult Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of qase-java-commons Show documentation
Show all versions of qase-java-commons Show documentation
Qase TMS Reporter's common classes
The newest version!
package io.qase.commons.models.report;
import io.qase.commons.models.domain.StepExecution;
import java.util.List;
public class ReportStepResult {
public String id;
public ReportData data;
public String parentId;
public StepExecution execution;
public List attachments;
public List steps;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy