Class RunCommandActionBuildItem

    • Constructor Detail

      • RunCommandActionBuildItem

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

      • getCommandName

        public String getCommandName()
      • getStartedExpression

        public String getStartedExpression()
      • getWorkingDirectory

        public Path getWorkingDirectory()
      • getLogFile

        public Path getLogFile()
      • isNeedsLogfile

        public boolean isNeedsLogfile()