public class StaticAnalysisResult extends Result
Constructor and Description |
---|
StaticAnalysisResult(String name,
String url,
int high,
int normal,
int low) |
Modifier and Type | Method and Description |
---|---|
int |
getHigh() |
int |
getLow() |
String |
getName() |
int |
getNormal() |
static List<StaticAnalysisResult> |
getResults(hudson.model.AbstractBuild<?,?> build) |
String |
getUrl() |
@Exported public int getHigh()
@Exported public int getNormal()
@Exported public int getLow()
public static List<StaticAnalysisResult> getResults(hudson.model.AbstractBuild<?,?> build)
Copyright © 2016–2020 Diabol AB. All rights reserved.