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

com.almworks.jira.structure.api2g.process.ProcessUIController Maven / Gradle / Ivy

There is a newer version: 17.25.3
Show newest version
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