com.almworks.jira.structure.api.util.IterationControl 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.util;
public interface IterationControl {
/**
* Cancels the iteration - the iteration will exit right after this call with undefined return value.
*/
void cancel();
}