Package org.gradle.tooling.events.problems
Problem specific interfaces and classes related to event notifications.
-
Interface Summary Interface Description AdditionalData Additional data attached to the problem.BaseProblemDescriptor A common base interface for Problem API related descriptors.Details Represents a problem details.DocumentationLink Represents documentation link.FailureContainer Holds an exception for a problem.FileLocation A file location.Label Represents a problem label.LineInFileLocation A basic location pointing to a specific part of a file using line number, column, and length for coordinates.Location Marker interface for problem location.OffsetInFileLocation A basic location pointing to a specific part of a file using a global offset and length for coordinates.PluginIdLocation Represents a plugin ID.ProblemAggregation Represents a list of aggregated problems.ProblemAggregationEvent Represents a list of aggregated problems.ProblemCategory A hierarchical representation for a particular problem type.ProblemContext Describes a problem event.ProblemEvent An event representing a problem.Severity Represents a problem severity.SingleProblemEvent ProblemEvent with all the details relevant.Solution Represents a solution.TaskPathLocation Represents a task path.