public class ReportBuilder
extends java.lang.Object
| Constructor and Description |
|---|
ReportBuilder(hudson.Launcher launcher,
hudson.model.TaskListener listener,
hudson.FilePath workspace,
hudson.EnvVars envVars,
AllureCommandlineInstallation commandline) |
| Modifier and Type | Method and Description |
|---|---|
int |
build(java.util.List<hudson.FilePath> resultsPaths,
hudson.FilePath reportPath) |
public ReportBuilder(@Nonnull
hudson.Launcher launcher,
@Nonnull
hudson.model.TaskListener listener,
@Nonnull
hudson.FilePath workspace,
@Nonnull
hudson.EnvVars envVars,
@Nonnull
AllureCommandlineInstallation commandline)