workingDirectory
Constructor and Description |
---|
GenerateCodeCoverageReportStep(com.google.common.collect.ImmutableList<String> javaRuntimeLauncher,
ProjectFilesystem filesystem,
Set<String> sourceDirectories,
Set<Path> jarFiles,
Path outputDirectory,
Set<CoverageReportFormat> formats,
String title,
Optional<String> coverageIncludes,
Optional<String> coverageExcludes) |
Modifier and Type | Method and Description |
---|---|
StepExecutionResult |
execute(ExecutionContext context) |
protected com.google.common.collect.ImmutableList<String> |
getShellCommandInternal(ExecutionContext context)
Implementations of this method should not have any observable side-effects.
|
String |
getShortName() |
addOptions, getDescription, getDuration, getEnvironmentVariables, getExitCodeFromResult, getShellCommand, getShellCommandArgsForDescription, getStderr, getStdin, getStdout, getTimeout, getTimeoutHandler, shouldPrintStderr, shouldPrintStdout
public GenerateCodeCoverageReportStep(com.google.common.collect.ImmutableList<String> javaRuntimeLauncher, ProjectFilesystem filesystem, Set<String> sourceDirectories, Set<Path> jarFiles, Path outputDirectory, Set<CoverageReportFormat> formats, String title, Optional<String> coverageIncludes, Optional<String> coverageExcludes)
public String getShortName()
public StepExecutionResult execute(ExecutionContext context) throws IOException, InterruptedException
execute
in interface Step
execute
in class ShellStep
IOException
InterruptedException
protected com.google.common.collect.ImmutableList<String> getShellCommandInternal(ExecutionContext context)
ShellStep
getShellCommandInternal
in class ShellStep