
com.almworks.jira.structure.api2g.process.ProcessUIController Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of structure-api Show documentation
Show all versions of structure-api Show documentation
Public API for the Structure Plugin for JIRA
package com.almworks.jira.structure.api2g.process;
import org.jetbrains.annotations.Nullable;
/**
* ProcessUIController allows configure UI for the process status page.
*
* If you know processId, you can access its UI controller using {@link ProcessHandleManager#getUIController(Long)} method.
*/
public interface ProcessUIController {
void setParameters(@Nullable ProcessDisplayParameters parameters);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy