use of org.eclipse.linuxtools.docker.reddeer.perspective.DockerPerspective in project linuxtools by eclipse.
the class RunDockerImageLaunchConfiguration method open.
/**
* Opens Run configuration dialog
*/
public void open() {
DockerPerspective p = new DockerPerspective();
p.open();
new ShellMenu().getItem("Run", "Run Configurations...").select();
new WaitUntil(new ShellIsAvailable("Run Configurations"));
}
Aggregations