Uses of Class
org.jboss.set.aphrodite.domain.IssueStatus
-
Packages that use IssueStatus Package Description org.jboss.set.aphrodite.domain -
-
Uses of IssueStatus in org.jboss.set.aphrodite.domain
Methods in org.jboss.set.aphrodite.domain that return IssueStatus Modifier and Type Method Description IssueStatusIssue. getStatus()static IssueStatusIssueStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static IssueStatus[]IssueStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.set.aphrodite.domain that return types with arguments of type IssueStatus Modifier and Type Method Description Optional<IssueStatus>SearchCriteria. getStatus()Methods in org.jboss.set.aphrodite.domain with parameters of type IssueStatus Modifier and Type Method Description voidIssue. setStatus(IssueStatus status)Deprecated.voidIssue. setStatus(IssueStatus issueStatus, String rawStatus)SearchCriteria.BuilderSearchCriteria.Builder. setStatus(IssueStatus status)
-