public class TestrunFilter extends AbstractDescribableImpl<TestrunFilter> implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
TestrunFilter.DescriptorImpl
Descriptor of the TestrunFilter Part
|
Modifier and Type | Field and Description |
---|---|
protected boolean |
activateTestcases |
protected boolean |
adminCases |
protected String |
name |
protected String |
value |
Constructor and Description |
---|
TestrunFilter(String name,
String value,
boolean adminCases,
boolean activateTestcases)
Constructor of the TestrunFilter Part
|
Modifier and Type | Method and Description |
---|---|
boolean |
getActivateTestcases()
returns true is activate testCases is set
|
boolean |
getAdminCases()
returns true is adminCase is set
|
TestrunFilter.DescriptorImpl |
getDescriptor()
returns the descriptor
|
String |
getName()
returns the attribute name
|
String |
getValue()
returns the attribute value
|
@CheckForNull protected String name
@CheckForNull protected String value
protected boolean adminCases
protected boolean activateTestcases
public String getName()
public String getValue()
public boolean getAdminCases()
public boolean getActivateTestcases()
public TestrunFilter.DescriptorImpl getDescriptor()
getDescriptor
in interface Describable<TestrunFilter>
getDescriptor
in class AbstractDescribableImpl<TestrunFilter>
Copyright © 2016–2023 MicroNova AG. All rights reserved.