Package org.jboss.set.aphrodite.domain
Class SearchCriteria
- java.lang.Object
-
- org.jboss.set.aphrodite.domain.SearchCriteria
-
public class SearchCriteria extends Object
A generic search object that allows for issues to be searched without knowing details of the underlying issue tracking system.- Author:
- Ryan Emerson
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSearchCriteria.Builder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<String>getAssignee()Optional<String>getComponent()Stream<String>getLabels()Optional<LocalDate>getLastUpdated()Optional<Integer>getMaxResults()Optional<String>getProduct()Optional<Release>getRelease()Optional<String>getReporter()Optional<Stage>getStage()Optional<IssueStatus>getStatus()Optional<Map<Stream,FlagStatus>>getStreams()booleanisEmpty()
-
-
-
Method Detail
-
getStatus
public Optional<IssueStatus> getStatus()
-
getStreams
public Optional<Map<Stream,FlagStatus>> getStreams()
-
isEmpty
public boolean isEmpty()
-
-