Interface BuildProblemTypeDetailsProvider

    • Method Detail

      • getStatusText

        @Nullable
        String getStatusText​(@NotNull
                             BuildProblemData buildProblem,
                             @NotNull
                             SBuild build)
        Returns custom build problem status text or null if build problem shouldn't affect build status text
        Parameters:
        buildProblem - build problem
        build - build
        Returns:
        see above
      • getTypeDescription

        @Nullable
        String getTypeDescription()
        Returns human readable build problem type description
        Returns:
        see above
      • getType

        @NotNull
        String getType()
        Returns build problem type that is supported by this provider
        Returns:
        see above