public class WithField extends org.hamcrest.BaseMatcher<JiraIssue> implements JiraQuery
| Modifier and Type | Field and Description |
|---|---|
protected String |
key |
protected String |
value |
| Modifier and Type | Method and Description |
|---|---|
void |
describeTo(org.hamcrest.Description description) |
String |
getJiraQueryString()
Return a jira query as a string.
|
boolean |
matches(Object obj) |
static WithField |
withField(String key,
String value) |
_dont_implement_Matcher___instead_extend_BaseMatcher_, describeMismatch, toStringpublic boolean matches(Object obj)
matches in interface org.hamcrest.Matcher<JiraIssue>public void describeTo(org.hamcrest.Description description)
describeTo in interface org.hamcrest.SelfDescribingpublic String getJiraQueryString()
JiraQuerygetJiraQueryString in interface JiraQueryCopyright © 2022. All rights reserved.