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

com.almworks.jira.structure.api2g.template.NewStructureTemplate Maven / Gradle / Ivy

There is a newer version: 17.25.3
Show newest version
package com.almworks.jira.structure.api2g.template;

import com.almworks.jira.structure.api2g.structure.Structure;
import org.jetbrains.annotations.NotNull;

import java.util.Map;

/**
 * @author alexeypegov
 */
public interface NewStructureTemplate {

  boolean isEnabled();

  @NotNull
  String getInitialStep();

  @NotNull
  NewStructureTemplateStep createStep(@NotNull String step, @NotNull Map params, NewStructureTemplateContext context) throws StructureTemplateException;

  void configureNewStructure(@NotNull Structure structure, @NotNull Map params) throws StructureTemplateException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy