
com.almworks.jira.structure.api.package-info 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
/**
*
* 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