@Immutable public class LabelsSearchFilter extends AbstractChainableSearchFilter
Constructor and Description |
---|
LabelsSearchFilter(Set<String> labels) |
Modifier and Type | Method and Description |
---|---|
SearchFilter |
expand()
Expands this filter into a composite filter (that composes other filters).
|
String |
getKey() |
Set<String> |
getLabels() |
and, or
public LabelsSearchFilter(Set<String> labels)
labels
- a set of labels. Namespaced labels such as "my:foo" are permitted. Required.IllegalArgumentException
- if labels is nullpublic String getKey()
public SearchFilter expand()
SearchFilter
Copyright © 2003–2016 Atlassian. All rights reserved.