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

com.almworks.jira.structure.api.package-info Maven / Gradle / Ivy

There is a newer version: 17.25.3
Show newest version
/**
 * 

* This package contains API for the Structure plugin. *

*

* The following is the list of major services you might need to work with: *

*
    *
  • {@link com.almworks.jira.structure.api2g.structure.StructureManager} lets you create, delete and update instances of * {@link com.almworks.jira.structure.api2g.structure.Structure}. * The hierarchy of issues associated with a structure is represented by {@link com.almworks.jira.structure.api2g.forest.Forest} class, which * is also managed via StructureManager interface.
  • *
  • {@link com.almworks.jira.structure.api.StructureConfiguration} manages the configuration of the plugin, typically set up by JIRA admin.
  • *
  • {@link com.almworks.jira.structure.api2g.sync.StructureSyncManager} lets you work with synchronizers.
  • *
  • {@link com.almworks.jira.structure.api.backup.StructureBackupManager} lets you automate structure backup.
  • *
*

* There are other services that you can use - all of them are accessible from * {@link com.almworks.jira.structure.api.StructureServices} interface or via direct injection. *

*

* The details of using Structure API may be found in the Structure Documentation. *

* */ package com.almworks.jira.structure.api;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy