com.almworks.jira.structure.api.process.ProcessHandle 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
The newest version!
package com.almworks.jira.structure.api.process;
/**
* ProcessHandle allows accessing process state for reading and for modifications
*/
public interface ProcessHandle extends ProcessInfo, ProcessFeedback, ProcessUIController {
/**
* @return Process ID
*/
long getId();
}