![JAR search and dependency download from the Maven repository](/logo.png)
org.easyb.plugin.ui.ResultNode Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of intellij-plugin Show documentation
Show all versions of intellij-plugin Show documentation
A plugin that enables easyb spec execution in IntelliJ
The newest version!
package org.easyb.plugin.ui;
import org.easyb.plugin.StepResult;
public interface ResultNode {
StepResult getResult();
String getOutput();
void setOutput(String output);
void add(T child);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy