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, shouldPrintStdoutpublic 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 Stepexecute in class ShellStepIOExceptionInterruptedExceptionprotected com.google.common.collect.ImmutableList<String> getShellCommandInternal(ExecutionContext context)
ShellStepgetShellCommandInternal in class ShellStep