All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.vmlens.report.uielement.UIRunElementWithStacktraceLeaf Maven / Gradle / Ivy

package com.vmlens.report.uielement;

public class UIRunElementWithStacktraceLeaf {

    private final UIRunElement runElement;
    private final UIStacktraceLeaf stacktraceLeaf;

    public UIRunElementWithStacktraceLeaf(UIRunElement runElement, UIStacktraceLeaf stacktraceLeaf) {
        this.runElement = runElement;
        this.stacktraceLeaf = stacktraceLeaf;
    }

    public UIRunElement runElement() {
        return runElement;
    }

    public UIStacktraceLeaf stacktraceLeaf() {
        return stacktraceLeaf;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy