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

com.almworks.jira.structure.api.util.IterationControl Maven / Gradle / Ivy

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();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy