org.jenkinsci.plugins.valgrind.config
Class ValgrindPublisherConfig
java.lang.Object
org.jenkinsci.plugins.valgrind.config.ValgrindPublisherConfig
- All Implemented Interfaces:
- Serializable
public class ValgrindPublisherConfig
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ValgrindPublisherConfig
@DataBoundConstructor
public ValgrindPublisherConfig(String pattern,
String failThresholdInvalidReadWrite,
String failThresholdDefinitelyLost,
String failThresholdTotal,
String unstableThresholdInvalidReadWrite,
String unstableThresholdDefinitelyLost,
String unstableThresholdTotal)
ValgrindPublisherConfig
public ValgrindPublisherConfig()
getPattern
public String getPattern()
getFailThresholdInvalidReadWrite
public String getFailThresholdInvalidReadWrite()
getFailThresholdDefinitelyLost
public String getFailThresholdDefinitelyLost()
getFailThresholdTotal
public String getFailThresholdTotal()
getUnstableThresholdInvalidReadWrite
public String getUnstableThresholdInvalidReadWrite()
getUnstableThresholdDefinitelyLost
public String getUnstableThresholdDefinitelyLost()
getUnstableThresholdTotal
public String getUnstableThresholdTotal()
Copyright © 2004-2012. All Rights Reserved.