Class GradleLogContentUtils
- java.lang.Object
-
- dev.gradleplugins.runnerkit.logging.GradleLogContentUtils
-
public final class GradleLogContentUtils extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CommandLineToolLogContentnormalize(CommandLineToolLogContent content)static java.util.function.Consumer<CommandLineToolLogContent.LineDetails>normalizedBuildResult()static java.util.function.Consumer<CommandLineToolLogContent.LineDetails>removedDaemonMessage()static java.util.function.Consumer<CommandLineToolLogContent.LineDetails>removedJavaIllegalAccessWarnings()static java.util.function.Consumer<CommandLineToolLogContent.LineDetails>removedWarningSummaryMessage()static dev.gradleplugins.runnerkit.BuildResultscrapBuildResultFrom(CommandLineToolLogContent output)static dev.gradleplugins.runnerkit.BuildResultscrapBuildResultFrom(java.lang.String output)
-
-
-
Method Detail
-
normalizedBuildResult
public static java.util.function.Consumer<CommandLineToolLogContent.LineDetails> normalizedBuildResult()
-
removedWarningSummaryMessage
public static java.util.function.Consumer<CommandLineToolLogContent.LineDetails> removedWarningSummaryMessage()
-
removedDaemonMessage
public static java.util.function.Consumer<CommandLineToolLogContent.LineDetails> removedDaemonMessage()
-
removedJavaIllegalAccessWarnings
public static java.util.function.Consumer<CommandLineToolLogContent.LineDetails> removedJavaIllegalAccessWarnings()
-
normalize
public static CommandLineToolLogContent normalize(CommandLineToolLogContent content)
-
scrapBuildResultFrom
public static dev.gradleplugins.runnerkit.BuildResult scrapBuildResultFrom(java.lang.String output)
-
scrapBuildResultFrom
public static dev.gradleplugins.runnerkit.BuildResult scrapBuildResultFrom(CommandLineToolLogContent output)
-
-