public class LabeledTestGroupConfiguration extends Object implements hudson.model.Describable<LabeledTestGroupConfiguration>, Comparable<LabeledTestGroupConfiguration>
Modifier and Type | Class and Description |
---|---|
static class |
LabeledTestGroupConfiguration.DescriptorImpl |
Constructor and Description |
---|
LabeledTestGroupConfiguration(String parserClassName,
String testResultFileMask,
String label) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(LabeledTestGroupConfiguration that) |
hudson.model.Descriptor<LabeledTestGroupConfiguration> |
getDescriptor() |
String |
getLabel() |
String |
getParserClassName() |
String |
getTestResultFileMask() |
void |
setLabel(String label) |
void |
setParserClassName(String parserClassName) |
void |
setTestResultFileMask(String testResultFileMask) |
String |
toNameString()
Generate a name for the results that will be stored based on this configuration
|
String |
toString() |
public String getParserClassName()
public void setParserClassName(String parserClassName)
public String getTestResultFileMask()
public void setTestResultFileMask(String testResultFileMask)
public String getLabel()
public void setLabel(String label)
public String toNameString()
public hudson.model.Descriptor<LabeledTestGroupConfiguration> getDescriptor()
getDescriptor
in interface hudson.model.Describable<LabeledTestGroupConfiguration>
public int compareTo(LabeledTestGroupConfiguration that)
compareTo
in interface Comparable<LabeledTestGroupConfiguration>
Copyright © 2004-2017 Yahoo!, Inc.. All Rights Reserved.