Class RunCommandActionBuildItem


public final class RunCommandActionBuildItem extends MultiBuildItem
  • Constructor Details

    • RunCommandActionBuildItem

      public RunCommandActionBuildItem(String commandName, List<String> args, Path workingDirectory, String startedExpression, Path logFile, boolean needsLogfile)
  • Method Details

    • getCommandName

      public String getCommandName()
    • getStartedExpression

      public String getStartedExpression()
    • getWorkingDirectory

      public Path getWorkingDirectory()
    • getArgs

      public List<String> getArgs()
    • getLogFile

      public Path getLogFile()
    • isNeedsLogfile

      public boolean isNeedsLogfile()