public class TestResult extends Result
| Constructor and Description | 
|---|
TestResult(String name,
          String url,
          int failed,
          int skipped,
          int total)  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getFailed()  | 
static List<TestResult> | 
getResults(hudson.model.AbstractBuild<?,?> build)  | 
int | 
getSkipped()  | 
int | 
getTotal()  | 
@Exported public int getFailed()
@Exported public int getSkipped()
@Exported public int getTotal()
public static List<TestResult> getResults(hudson.model.AbstractBuild<?,?> build)
Copyright © 2016–2020 Diabol AB. All rights reserved.