Interface BuildProblemTypeDetailsProvider

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getStatusText​(BuildProblemData buildProblem, SBuild build)
      Returns custom build problem status text or null if build problem shouldn't affect build status text
      java.lang.String getType()
      Returns build problem type that is supported by this provider
      java.lang.String getTypeDescription()
      Returns human readable build problem type description
    • Method Detail

      • getStatusText

        @Nullable
        java.lang.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
        java.lang.String getTypeDescription()
        Returns human readable build problem type description
        Returns:
        see above
      • getType

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