Class MavenLogHelper

java.lang.Object
com.atlassian.bamboo.builder.MavenLogHelper
All Implemented Interfaces:
Serializable

public class MavenLogHelper extends Object implements Serializable
See Also:
  • Constructor Details

    • MavenLogHelper

      public MavenLogHelper()
  • Method Details

    • parseErrorOutput

      @NotNull public static @NotNull List<String> parseErrorOutput(@NotNull @NotNull Iterable<LogEntry> logsToParse)