Package org.gradle.api.problems


@NonNullApi package org.gradle.api.problems
new Problems API
  • Class
    Description
    Marker interface for additional data that can be attached to a Problem.
    A link to a documentation page.
    A file location.
    A basic location pointing to a specific part of a file using line number, column, and length for coordinates.
    A basic location pointing to a specific part of a file using a global offset and length for coordinates.
    Interface for describing structured information about a problem.
    Describes a specific problem without context.
    Represents a group of problems.
    Represents a unique identifier for a problem definition.
    Represents a location information of a problem.
    Defines different ways to report problems.
    Problems API service.
    Provides options to configure problems.
    A problem severity.