public class QuestaCoverageTestDataPublisher
extends hudson.tasks.junit.TestDataPublisher
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
QuestaCoverageTestDataPublisher.Data  | 
static class  | 
QuestaCoverageTestDataPublisher.DescriptorImpl  | 
| Modifier and Type | Field and Description | 
|---|---|
String | 
coverageResults  | 
static String | 
VCOVER_EXEC  | 
String | 
vcoverExec  | 
static String | 
VRUN_EXEC  | 
| Constructor and Description | 
|---|
QuestaCoverageTestDataPublisher(String coverageResults)  | 
| Modifier and Type | Method and Description | 
|---|---|
static hudson.tasks.junit.TestResultAction.Data | 
getRegressionTestData(List<String> mergefiles,
                     String vrunExec,
                     String vcoverExec,
                     Date regressionBegin,
                     hudson.model.Run<?,?> build,
                     hudson.FilePath workspace,
                     hudson.Launcher launcher,
                     hudson.model.TaskListener listener,
                     hudson.tasks.junit.TestResult testResult,
                     String vrmData)  | 
hudson.tasks.junit.TestResultAction.Data | 
getTestData(hudson.model.AbstractBuild<?,?> build,
           hudson.Launcher launcher,
           hudson.model.BuildListener listener,
           hudson.tasks.junit.TestResult testResult)  | 
void | 
setVcoverExec(String vcoverExec)  | 
public static final String VRUN_EXEC
public static final String VCOVER_EXEC
public String coverageResults
public String vcoverExec
@DataBoundConstructor public QuestaCoverageTestDataPublisher(String coverageResults)
@DataBoundSetter public void setVcoverExec(String vcoverExec)
public static hudson.tasks.junit.TestResultAction.Data getRegressionTestData(List<String> mergefiles, String vrunExec, String vcoverExec, Date regressionBegin, hudson.model.Run<?,?> build, hudson.FilePath workspace, hudson.Launcher launcher, hudson.model.TaskListener listener, hudson.tasks.junit.TestResult testResult, String vrmData) throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic hudson.tasks.junit.TestResultAction.Data getTestData(hudson.model.AbstractBuild<?,?> build,
                                                            hudson.Launcher launcher,
                                                            hudson.model.BuildListener listener,
                                                            hudson.tasks.junit.TestResult testResult)
                                                     throws IOException,
                                                            InterruptedException
getTestData in class hudson.tasks.junit.TestDataPublisherIOExceptionInterruptedExceptionCopyright © 2016–2024. All rights reserved.