Interface IssueTarget

All Known Implementing Classes:
AdministrationLoaderImpl, ExecutiveLoaderImpl, GovernanceLoaderImpl, ManagedFunctionLoaderImpl, ManagedObjectLoaderImpl, OfficeFloorIssueTarget, SourceIssuesIssueTarget, TeamLoaderImpl

public interface IssueTarget
Receives the issue.
Author:
Daniel Sagenschneider
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addIssue(String issueDescription)
    Adds the issue.
    void
    addIssue(String issueDescription, Throwable cause)
    Adds the issue.
  • Method Details

    • addIssue

      void addIssue(String issueDescription)
      Adds the issue.
      Parameters:
      issueDescription - Description of the issue.
    • addIssue

      void addIssue(String issueDescription, Throwable cause)
      Adds the issue.
      Parameters:
      issueDescription - Description of the issue.
      cause - Cause of the issue.