com.structurizr.onpremises.component.workspace.WorkspaceEvent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of structurizr-onpremises-plugin Show documentation
Show all versions of structurizr-onpremises-plugin Show documentation
Plugin APIs for the Structurizr on-premises installation
package com.structurizr.onpremises.component.workspace;
public interface WorkspaceEvent {
WorkspaceProperties getWorkspaceProperties();
String getJson();
void setJson(String json);
}