Interface ErrorsContainer


public interface ErrorsContainer
  • Method Details

    • getInvalidIssueMessages

      @NotNull LongObjMap<String> getInvalidIssueMessages()
      Returns:
      map of the issues that were not found in JIRA. Key is the issue ID, and value is a message with some other details of the issue
    • getInvalidItemMessages

      @NotNull Map<ItemIdentity,String> getInvalidItemMessages()
      Returns:
      map of the items that were not resolved. Key is the item ID, and value is a message with some other details of the item
    • getInvalidStructureItems

      @NotNull LongObjMap<ItemIdentitySet> getInvalidStructureItems()
      Returns:
      map of structures that contain items that were not resolved. Key is the structure ID, and value is a list of item IDs that were not resolved.
    • getInvalidHistoryItems

      @NotNull LongObjMap<ItemIdentitySet> getInvalidHistoryItems()
      Returns:
      map of structures whose change histories contain items that were not resolved. Key is the structure ID, and value is a list of item IDs that were not resolved.
    • getInvalidSynchronizerMessages

      @NotNull LongObjMap<String> getInvalidSynchronizerMessages()
    • getInvalidStructureSynchronizers

      @NotNull LongObjMap<? extends LongList> getInvalidStructureSynchronizers()
    • getStructureOtherProblems

      @NotNull LongObjMap<List<String>> getStructureOtherProblems()
    • getStructureFieldResolutionProblems

      @NotNull LongObjMap<Set<String>> getStructureFieldResolutionProblems()
    • getOtherProblems

      @NotNull List<String> getOtherProblems()
    • getInvalidStructures

      @NotNull LongSortedSet getInvalidStructures()