public class ValgrindPublisherStep extends org.jenkinsci.plugins.workflow.steps.AbstractStepImpl implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
ValgrindPublisherStep.DescriptorImpl |
Constructor and Description |
---|
ValgrindPublisherStep(String pattern,
String failThresholdInvalidReadWrite,
String failThresholdDefinitelyLost,
String failThresholdTotal,
String unstableThresholdInvalidReadWrite,
String unstableThresholdDefinitelyLost,
String unstableThresholdTotal,
String sourceSubstitutionPaths,
boolean publishResultsForAbortedBuilds,
boolean publishResultsForFailedBuilds,
boolean failBuildOnMissingReports,
boolean failBuildOnInvalidReports) |
Modifier and Type | Method and Description |
---|---|
String |
getFailThresholdDefinitelyLost() |
String |
getFailThresholdInvalidReadWrite() |
String |
getFailThresholdTotal() |
String |
getPattern() |
String |
getSourceSubstitutionPaths() |
String |
getUnstableThresholdDefinitelyLost() |
String |
getUnstableThresholdInvalidReadWrite() |
String |
getUnstableThresholdTotal() |
ValgrindPublisherConfig |
getValgrindPublisherConfig() |
boolean |
isFailBuildOnInvalidReports() |
boolean |
isFailBuildOnMissingReports() |
boolean |
isPublishResultsForAbortedBuilds() |
boolean |
isPublishResultsForFailedBuilds() |
void |
setValgrindPublisherConfig(ValgrindPublisherConfig valgrindPublisherConfig) |
@DataBoundConstructor public ValgrindPublisherStep(String pattern, String failThresholdInvalidReadWrite, String failThresholdDefinitelyLost, String failThresholdTotal, String unstableThresholdInvalidReadWrite, String unstableThresholdDefinitelyLost, String unstableThresholdTotal, String sourceSubstitutionPaths, boolean publishResultsForAbortedBuilds, boolean publishResultsForFailedBuilds, boolean failBuildOnMissingReports, boolean failBuildOnInvalidReports)
public ValgrindPublisherConfig getValgrindPublisherConfig()
public void setValgrindPublisherConfig(ValgrindPublisherConfig valgrindPublisherConfig)
public String getPattern()
public String getFailThresholdInvalidReadWrite()
public String getFailThresholdDefinitelyLost()
public String getFailThresholdTotal()
public String getUnstableThresholdInvalidReadWrite()
public String getUnstableThresholdDefinitelyLost()
public String getUnstableThresholdTotal()
public String getSourceSubstitutionPaths()
public boolean isPublishResultsForAbortedBuilds()
public boolean isPublishResultsForFailedBuilds()
public boolean isFailBuildOnMissingReports()
public boolean isFailBuildOnInvalidReports()
Copyright © 2016–2018. All rights reserved.