|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StructureServices
StructureServices is a convenience interface that can be used to retrieve all public services of the Structure plugin. You can also get those services from ComponentAccessor or by declaring them in a constructor of your component and have them injected.
The convenience is in reducing the number of parameters you declare in the constructor of your component.
Note that this service returns the original instances of those services, unlike when the proxies for the services are injected.
This class also provides some frequently-used Atlassian interfaces.
| Method Summary | |
|---|---|
com.atlassian.jira.security.JiraAuthenticationContext |
getAuthenticationContext()
|
StructureBackupManager |
getBackupManager()
|
StructureFavoriteManager |
getFavoriteManager()
|
IssueEventBridge |
getIssueEventBridge()
|
com.atlassian.jira.issue.IssueManager |
getIssueManager()
|
StructureJobManager |
getJobManager()
|
ProgressCalculator |
getProgressCalculator()
|
StructureConfiguration |
getStructureConfiguration()
|
StructureManager |
getStructureManager()
|
StructureQueryBuilderFactory |
getStructureQueryBuilderFactory()
|
StructureQueryParser |
getStructureQueryParser()
|
SynchronizerUndoRecorder |
getSynchronizerUndoRecorder()
|
StructureSyncManager |
getSyncManager()
|
StructureViewManager |
getViewManager()
|
| Method Detail |
|---|
@NotNull StructureManager getStructureManager()
@NotNull StructureConfiguration getStructureConfiguration()
@NotNull ProgressCalculator getProgressCalculator()
@NotNull StructureSyncManager getSyncManager()
@NotNull StructureBackupManager getBackupManager()
@NotNull StructureJobManager getJobManager()
@NotNull IssueEventBridge getIssueEventBridge()
@NotNull SynchronizerUndoRecorder getSynchronizerUndoRecorder()
@NotNull StructureViewManager getViewManager()
@NotNull StructureFavoriteManager getFavoriteManager()
@NotNull StructureQueryParser getStructureQueryParser()
@NotNull StructureQueryBuilderFactory getStructureQueryBuilderFactory()
@NotNull com.atlassian.jira.security.JiraAuthenticationContext getAuthenticationContext()
@NotNull com.atlassian.jira.issue.IssueManager getIssueManager()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||