Interface Issue.Flow

  • Enclosing interface:
    Issue

    public static interface Issue.Flow
    • Method Detail

      • locations

        java.util.List<IssueLocation> locations()
        Returns:
        Ordered list of locations for the execution flow
      • description

        @CheckForNull
        java.lang.String description()
        Returns:
        Flow description. Can be null if it's not specified.
        Since:
        9.11