Uses of Class
org.jboss.set.aphrodite.domain.Issue
-
Packages that use Issue Package Description org.jboss.set.aphrodite.domain org.jboss.set.aphrodite.domain.spi -
-
Uses of Issue in org.jboss.set.aphrodite.domain
Methods in org.jboss.set.aphrodite.domain that return types with arguments of type Issue Modifier and Type Method Description Stream<Issue>Issue. getUpstreamReferences() -
Uses of Issue in org.jboss.set.aphrodite.domain.spi
Methods in org.jboss.set.aphrodite.domain.spi that return types with arguments of type Issue Modifier and Type Method Description Stream<Issue>IssueHome. findUpstreamReferences(Issue issue)Methods in org.jboss.set.aphrodite.domain.spi with parameters of type Issue Modifier and Type Method Description Stream<Patch>PatchHome. findPatchesByIssue(Issue issue)Stream<Issue>IssueHome. findUpstreamReferences(Issue issue)
-